I’m trying to configure an 1841 with (1) VWIC-2MFT-T1 for 2 Data p2p lines. I pretty much copied the current config from our 1605 that we are currently using with only 1 p2p line. The 1841 config has a few things that are different from the config on the 1605. Can someone please tell me what the following commands mean and how to remove them if I don’t need them?
Boot-start-marker
Boot-end-marker
no aaa new-model
resource policy
mmi polling-interval 60
mmi pvc
mmi snmp-timeout 180
no ip cef
no ip dhcp use vrf connected
disable-eadi
control-plane
Any recommendations or advice would be greatly appreciated.
Here is a copy of the config on my 1841:
version 12.4
service timestamps debug uptime
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname cisco1841
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5
!
no aaa new-model
!
resource policy
!
clock timezone CDT -6
mmi polling-interval 60
mmi auto-configure
mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
!
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
framing esf
linecode b8zs
channel-group 2 timeslots 1-24
!
class-map match-all prioritize-voip
match access-group 151
!
!
policy-map prioritize-voip
class prioritize-voip
bandwidth percent 50
!
!
!
interface FastEthernet0/0
description
ip address 10.1.2.1 255.255.255.0
ip nat inside
ip route-cache policy
ip policy route-map Tx
duplex auto
speed auto
!
interface FastEthernet0/1
description
ip address x.x.x.x x.x.x.x
ip nat outside
duplex auto
speed auto
!
interface Serial0/0/0:0
description T1 to
ip address 10.255.0.6 255.255.255.252
encapsulation ppp
service-policy output prioritize-voip
!
interface Serial0/0/1:2
no ip address
!
ip local policy route-map T
ip classless
ip route 0.0.0.0 0.0.0.0 6.x.x.x
ip route 10.1.1.0 255.255.255.0 10.255.0.5
ip route 10.1.3.0 255.255.255.0 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.224 10.255.0.5
ip route x.x.x.x 255.255.255.255 x.x.x.x
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.0 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
!
no ip http server
ip nat inside source list 100 interface FastEthernet0/1 overload
!
access-list 10 permit 10.1.2.1
access-list 10 permit 10.1.2.16
access-list 20 permit 10.1.1.0 0.0.0.255
access-list 20 permit 10.1.2.0 0.0.0.255
access-list 20 permit 10.1.3.0 0.0.0.255
access-list 20 permit 10.1.4.0 0.0.0.255
access-list 20 permit x.x.x.x 0.0.0.255
access-list 100 permit tcp any any eq www
access-list 100 permit tcp any any eq 443
access-list 100 permit tcp host 10.1.2.12 any
access-list 100 permit udp host 10.1.2.12 any
access-list 100 permit icmp any any
access-list 100 permit tcp any any eq ftp
access-list 100 permit tcp any any eq 22
access-list 100 permit udp any any eq 22
access-list 100 permit tcp host 10.1.2.13 any
access-list 100 permit udp host 10.1.2.13 any
access-list 100 permit tcp host 10.1.2.17 any
access-list 100 permit udp host 10.1.2.17 any
access-list 100 permit tcp host 10.1.2.7 any
access-list 100 permit tcp any any eq
access-list 151 permit ip host 10.1.2.16 any
snmp-server community vtgvpub RO
snmp-server enable traps tty
disable-eadi
route-map Tx permit 10
match ip address 10
set ip next-hop 10.255.0.5
!
!
control-plane
!
!
line con 0
password 7
login
line aux 0
exec-timeout 0 0
password 7
line vty 0 4
password 7
login
!
end
cisco1841#
Boot-start-marker
Boot-end-marker
no aaa new-model
resource policy
mmi polling-interval 60
mmi pvc
mmi snmp-timeout 180
no ip cef
no ip dhcp use vrf connected
disable-eadi
control-plane
Any recommendations or advice would be greatly appreciated.
Here is a copy of the config on my 1841:
version 12.4
service timestamps debug uptime
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname cisco1841
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5
!
no aaa new-model
!
resource policy
!
clock timezone CDT -6
mmi polling-interval 60
mmi auto-configure
mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
!
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
framing esf
linecode b8zs
channel-group 2 timeslots 1-24
!
class-map match-all prioritize-voip
match access-group 151
!
!
policy-map prioritize-voip
class prioritize-voip
bandwidth percent 50
!
!
!
interface FastEthernet0/0
description
ip address 10.1.2.1 255.255.255.0
ip nat inside
ip route-cache policy
ip policy route-map Tx
duplex auto
speed auto
!
interface FastEthernet0/1
description
ip address x.x.x.x x.x.x.x
ip nat outside
duplex auto
speed auto
!
interface Serial0/0/0:0
description T1 to
ip address 10.255.0.6 255.255.255.252
encapsulation ppp
service-policy output prioritize-voip
!
interface Serial0/0/1:2
no ip address
!
ip local policy route-map T
ip classless
ip route 0.0.0.0 0.0.0.0 6.x.x.x
ip route 10.1.1.0 255.255.255.0 10.255.0.5
ip route 10.1.3.0 255.255.255.0 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.224 10.255.0.5
ip route x.x.x.x 255.255.255.255 x.x.x.x
ip route x.x.x.x 255.255.255.255 10.255.0.5
ip route x.x.x.x 255.255.255.0 10.255.0.5
ip route x.x.x.x 255.255.255.255 10.255.0.5
!
no ip http server
ip nat inside source list 100 interface FastEthernet0/1 overload
!
access-list 10 permit 10.1.2.1
access-list 10 permit 10.1.2.16
access-list 20 permit 10.1.1.0 0.0.0.255
access-list 20 permit 10.1.2.0 0.0.0.255
access-list 20 permit 10.1.3.0 0.0.0.255
access-list 20 permit 10.1.4.0 0.0.0.255
access-list 20 permit x.x.x.x 0.0.0.255
access-list 100 permit tcp any any eq www
access-list 100 permit tcp any any eq 443
access-list 100 permit tcp host 10.1.2.12 any
access-list 100 permit udp host 10.1.2.12 any
access-list 100 permit icmp any any
access-list 100 permit tcp any any eq ftp
access-list 100 permit tcp any any eq 22
access-list 100 permit udp any any eq 22
access-list 100 permit tcp host 10.1.2.13 any
access-list 100 permit udp host 10.1.2.13 any
access-list 100 permit tcp host 10.1.2.17 any
access-list 100 permit udp host 10.1.2.17 any
access-list 100 permit tcp host 10.1.2.7 any
access-list 100 permit tcp any any eq
access-list 151 permit ip host 10.1.2.16 any
snmp-server community vtgvpub RO
snmp-server enable traps tty
disable-eadi
route-map Tx permit 10
match ip address 10
set ip next-hop 10.255.0.5
!
!
control-plane
!
!
line con 0
password 7
login
line aux 0
exec-timeout 0 0
password 7
line vty 0 4
password 7
login
!
end
cisco1841#