Configuring a Cisco 887 ISR – vDSL NBN

folder_openIT Blogs, NBN

Applies to: Cisco 892, 891, 888, 888G, 887, 887V, 881, 881G & 861.

Cisco 890 Series ISRs delivers security and threat defense, within a single device. It is great for protecting networks from old and new Internet cyber threats. The Cisco 800 Series Intergrated Services Router is a fixed-configuration router and provides secure access to, Metro Ethernet, broadband and Wireless LAN (WLAN) services.

version 15.2
!
hostname (ENTER YOUR ROUTER’S HOSTNAME HERE!)
!
enable secret (ENTER A PASSWORD HERE!)
!
aaa new-model
aaa authentication login default local
aaa session-id common
!
no ip source-route
!
!
no ip domain lookup
ip domain name (ENTER A DOMAIN NAME HERE!)
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip cef
no ipv6 cef
!
!
username administrator password (ENTER A PASSWORD HERE!)
!
!
controller VDSL 0
firmware filename flash:VA_A_39m_B_38h3_24h_o.bin
sra
!
!
bridge crb
!
!
interface Ethernet0
description (ENTER A DISCRIPTION HERE!)
ip address dhcp
ip nat outside
ip virtual-reassembly in
ip tcp adjust-mss 1460
!
interface ATM0
description (ENTER A DISCRIPTION HERE!)
no ip address
shutdown
no atm ilmi-keepalive
pvc 8/35
tx-ring-limit 3
encapsulation aal5snap
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Vlan1
description (ENTER A DISCRIPTION HERE!)
ip address 192.168.15.1 255.255.255.0
ip nat inside
ip nat enable
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list ACL_ANY interface Ethernet0 overload
ip route 0.0.0.0 0.0.0.0 dhcp
ip access-list extended ACL_ANY
permit ip any any

 

 

Tags: , , , , ,

Related Posts

Menu