***************************************************************** * Denver Router 2 configuration (David Bodilla) ***************************************************************** DenverR2#show run Building configuration... Current configuration : 4197 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname DenverR2 ! boot-start-marker boot-end-marker ! enable secret 5 $1$ZV9a$vv79aXLnSJE0liQZJmHwG0 enable password 7 01100F10085F57 ! no aaa new-model dot11 syslog ! ! ip cef no ip dhcp use vrf connected ip dhcp excluded-address 192.168.105.253 ip dhcp excluded-address 192.168.5.253 ip dhcp excluded-address 192.168.25.253 ip dhcp excluded-address 192.168.45.253 ip dhcp excluded-address 192.168.65.253 ip dhcp excluded-address 192.168.85.253 ip dhcp excluded-address 192.168.105.1 ip dhcp excluded-address 192.168.5.1 ip dhcp excluded-address 192.168.25.1 ip dhcp excluded-address 192.168.45.1 ip dhcp excluded-address 192.168.65.1 ip dhcp excluded-address 192.168.85.1 ip dhcp excluded-address 192.168.105.254 ip dhcp excluded-address 192.168.5.3 ip dhcp excluded-address 192.168.25.3 ip dhcp excluded-address 192.168.45.3 ip dhcp excluded-address 192.168.65.3 ip dhcp excluded-address 192.168.85.3 ip dhcp excluded-address 192.168.105.11 192.168.105.16 ! ip dhcp pool IT network 192.168.5.0 255.255.255.0 default-router 192.168.5.1 dns-server 8.8.8.8 1.1.1.1 ! ip dhcp pool VOIP network 192.168.25.0 255.255.255.0 dns-server 8.8.8.8 1.1.1.1 default-router 192.168.25.1 option 150 ip 172.16.99.20 ! ip dhcp pool INTERNET network 192.168.45.0 255.255.255.0 dns-server 8.8.8.8 1.1.1.1 default-router 192.168.45.1 ! ip dhcp pool ACCOUNTS network 192.168.65.0 255.255.255.0 dns-server 8.8.8.8 1.1.1.1 default-router 192.168.65.1 ! ip dhcp pool OPERATIONS network 192.168.85.0 255.255.255.0 dns-server 8.8.8.8 1.1.1.1 default-router 192.168.85.1 ! ip dhcp pool MANAGEMENT network 192.168.105.0 255.255.255.0 dns-server 8.8.8.8 1.1.1.1 default-router 192.168.105.1 ! ! ! multilink bundle-name authenticated ! ! voice-card 0 no dspfarm ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address ip access-group blockICMP in shutdown duplex auto speed auto ! interface FastEthernet0/0.1005 encapsulation dot1Q 1055 ip address 192.168.254.18 255.255.255.254 ! interface FastEthernet0/1 no ip address duplex auto speed auto ! interface FastEthernet0/1.100 encapsulation dot1Q 100 ip address 192.168.5.3 255.255.255.0 vrrp 100 ip 192.168.5.1 vrrp 100 priority 120 vrrp 100 authentication cit341 ! interface FastEthernet0/1.120 encapsulation dot1Q 120 ip address 192.168.25.3 255.255.255.0 vrrp 120 ip 192.168.25.1 vrrp 120 authentication cit341 ! interface FastEthernet0/1.140 encapsulation dot1Q 140 ip address 192.168.45.3 255.255.255.0 vrrp 140 ip 192.168.45.1 vrrp 140 priority 120 vrrp 140 authentication cit341 ! interface FastEthernet0/1.160 encapsulation dot1Q 160 ip address 192.168.65.3 255.255.255.0 vrrp 160 ip 192.168.65.1 vrrp 160 authentication cit341 ! interface FastEthernet0/1.180 encapsulation dot1Q 180 ip address 192.168.85.3 255.255.255.0 vrrp 180 ip 192.168.85.1 vrrp 180 priority 120 vrrp 180 authentication cit341 ! interface FastEthernet0/1.200 encapsulation dot1Q 200 ip address 192.168.105.254 255.255.255.0 ip access-group ACL1 out vrrp 200 ip 192.168.105.1 vrrp 200 authentication cit341 ! interface Serial0/0/0 no ip address shutdown no fair-queue clock rate 2000000 ! interface Serial0/0/1 no ip address shutdown clock rate 2000000 ! router ospf 50 router-id 2.2.2.2 log-adjacency-changes network 192.168.254.18 0.0.0.1 area 50 ! ip default-gateway 192.168.105.1 ip forward-protocol nd ! ! ip http server no ip http secure-server ! ip access-list standard ACL1 permit 192.168.105.1 permit 192.168.105.11 permit 192.168.105.13 permit 192.168.105.12 permit 192.168.105.15 permit 192.168.105.14 permit 192.168.105.16 permit 192.168.105.253 permit 192.168.105.254 ! ip access-list extended blockICMP deny icmp any any permit ip any any ! ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login transport input ssh line vty 5 15 login transport input ssh ! scheduler allocate 20000 1000 ntp server 172.16.99.1 ! end