! version 12.3 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname P3D ! boot-start-marker boot-end-marker ! enable secret 5 $1$wMss$FksrFVinsw9pgiAFgoddY1 ! aaa new-model ! ! aaa authentication login vtymethod local aaa authentication login conmethod none ! aaa session-id common ! resource policy ! ip subnet-zero ! ! ip cef ip tftp source-interface Loopback0 no ip domain lookup no ip dhcp use vrf connected ip dhcp excluded-address 199.109.203.194 ! ip dhcp pool pod3-students network 199.109.203.192 255.255.255.224 dns-server 199.109.32.33 192.77.173.5 default-router 199.109.203.193 lease 0 2 ! ip dhcp pool pod3q-dhcp network 199.109.203.128 255.255.255.224 dns-server 199.109.32.33 192.77.173.5 default-router 199.109.203.129 ! ! ipv6 unicast-routing ! ! voice call carrier capacity active ! ! ! ! ! ! ! ! ! ! username ws privilege 15 password 0 w0rksh0p ! ! ! ! interface Loopback0 description Pod 3 Customer-D ip address 199.109.203.4 255.255.255.255 ipv6 address 2001:468:1003:4::1/64 ipv6 ospf 65503 area 0 no shutdown ! interface FastEthernet0/0 description To Pod 3 Core-C ip address 199.109.203.34 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1003:FF07::1/64 ipv6 ospf 65503 area 0 no shutdown ! interface Serial0/0 no ip address shutdown no fair-queue ! interface FastEthernet0/1 description To Pod 3 Host-Q ip address 199.109.203.129 255.255.255.224 duplex auto speed auto ipv6 address 2001:468:1003:FF06::1/64 no cdp enable no shutdown ! interface FastEthernet1/0 description To Pod 3 Student Switch ip address 199.109.203.193 255.255.255.224 duplex auto speed auto ipv6 address 2001:468:1003:FF05::1/64 no shutdown ! router ospf 65503 log-adjacency-changes network 199.109.203.0 0.0.0.255 area 0 ! ip http server ! ip classless ! ! ipv6 router ospf 65503 log-adjacency-changes passive-interface FastEthernet0/1 passive-interface FastEthernet1/0 redistribute connected metric 1 ! ! ! control-plane ! ! ! ! ! ! ! dial-peer cor custom ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 login authentication conmethod line aux 0 privilege level 15 login authentication conmethod line vty 0 4 exec-timeout 120 0 privilege level 15 login authentication vtymethod line vty 5 15 exec-timeout 120 0 privilege level 15 login authentication vtymethod ! ! end