! version 12.1 no service single-slot-reload-enable no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname S5 ! ! ! vlan access-map Prob10 10 action forward match ip address 100 vlan filter Prob10 vlan-list 1-100 ip subnet-zero ip routing no ip domain-lookup ! ! spanning-tree extend system-id ! ! ! interface Loopback0 ip address 5.5.5.5 255.255.255.255 ! interface FastEthernet0/1 switchport access vlan 14 switchport mode access no ip address spanning-tree portfast ! interface FastEthernet0/2 switchport access vlan 20 switchport mode access no ip address spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 30 switchport mode access no ip address spanning-tree portfast ! interface FastEthernet0/4 no ip address spanning-tree portfast ! interface FastEthernet0/5 no ip address spanning-tree portfast ! interface FastEthernet0/6 no ip address spanning-tree portfast ! interface FastEthernet0/7 switchport access vlan 17 switchport mode access no ip address spanning-tree portfast ! interface FastEthernet0/8 no ip address spanning-tree portfast ! interface FastEthernet0/9 no ip address spanning-tree portfast ! interface FastEthernet0/10 no ip address spanning-tree portfast ! interface FastEthernet0/11 no ip address ! interface FastEthernet0/12 no ip address ! interface FastEthernet0/13 no ip address ! interface FastEthernet0/14 no ip address ! interface FastEthernet0/15 no ip address ! interface FastEthernet0/16 no ip address ! interface FastEthernet0/17 no ip address ! interface FastEthernet0/18 no ip address ! interface FastEthernet0/19 no ip address ! interface FastEthernet0/20 no ip address ! interface FastEthernet0/21 no ip address ! interface FastEthernet0/22 no ip address ! interface FastEthernet0/23 no ip address ! interface FastEthernet0/24 switchport trunk encapsulation dot1q switchport mode trunk no ip address ! interface GigabitEthernet0/1 no ip address ! interface GigabitEthernet0/2 no ip address ! interface Vlan1 no ip address shutdown ! interface Vlan16 ip address 158.29.17.1 255.255.240.0 no shutdown ! interface Vlan20 ip address 192.23.18.50 255.255.255.240 ip ospf message-digest-key 1 md5 ccie no shutdown ! router ospf 1 log-adjacency-changes area 0 authentication message-digest redistribute rip subnets network 5.5.5.5 0.0.0.0 area 0 network 192.23.18.50 0.0.0.0 area 0 distribute-list 2 out rip distance 130 0.0.0.0 255.255.255.255 2 ! router rip version 2 redistribute ospf 1 metric 12 network 158.29.0.0 no auto-summary ! ip classless ip http server ! ! access-list 2 permit 158.29.48.0 0.0.7.255 access-list 2 permit 158.29.16.0 0.0.15.255 access-list 2 permit 6.0.0.0 0.255.255.255 access-list 100 permit tcp any any eq pop2 access-list 100 permit tcp any any eq pop3 ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login line vty 5 15 login ! end