P1D# show run Building configuration... Current configuration : 2930 bytes ! version 12.3 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname P1D ! boot-start-marker boot system flash flash:c2600-js-mz.122-11.T3.bin boot-end-marker ! enable secret enable password whatever ! aaa new-model ! ! aaa authentication login vtymethod local aaa authentication login conmethod none ! aaa session-id common ! resource policy ! ip subnet-zero ! ! ip cef no ip domain lookup no ip dhcp use vrf connected ip dhcp excluded-address 206.244.201.194 ! ip dhcp pool pod1-students network 206.244.201.192 255.255.255.224 dns-server 192.88.193.144 192.88.195.10 default-router 206.244.201.193 lease 0 2 ! ip dhcp pool pod1q-dhcp network 206.244.201.128 255.255.255.224 dns-server 192.88.193.144 192.88.195.10 default-router 206.244.201.129 ! ip dhcp pool pod1q host 206.244.201.130 255.255.255.224 hardware-address 0003.470f.b04a dns-server 192.88.193.144 192.88.195.10 default-router 206.244.201.129 ! ! ipv6 unicast-routing ! ! ! ! ! ! ! ! ! ! ! ! username ws privilege 15 password 0 ! ! ! ! interface Loopback0 description Pod 1 Customer-D ip address 206.244.201.4 255.255.255.255 ipv6 address 2001:468:1101:D:D:D:D:D/128 ipv6 enable ipv6 ospf 65501 area 0.0.0.0 ! interface FastEthernet0/0 description pod 1 core C ip address 206.244.201.34 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1101:1003::D/64 ipv6 enable ipv6 ospf network broadcast ipv6 ospf 65501 area 0.0.0.0 ! interface Serial0/0 ip unnumbered Loopback0 encapsulation ppp ip ospf cost 1 ipv6 address 2001:468:1101:1005::D/64 ipv6 enable ipv6 ospf 65501 area 0.0.0.0 no fair-queue service-module t1 timeslots 1-24 ! interface FastEthernet0/1 description pod 1 host q ip address 206.244.201.129 255.255.255.224 duplex auto speed auto ipv6 address 2001:468:1101:D000::D/64 ipv6 enable ipv6 ospf network broadcast ipv6 ospf 65501 area 0.0.0.0 no cdp enable ! interface FastEthernet1/0 description pod 1 user hub ip address 206.244.201.193 255.255.255.224 duplex auto speed auto ipv6 address 2001:468:1101:D800::D/64 ipv6 enable ipv6 ospf network broadcast ipv6 ospf 65501 area 0.0.0.0 ! router ospf 65501 log-adjacency-changes network 206.244.201.0 0.0.0.255 area 0 ! no ip http server ! ip classless ! ! ipv6 router ospf 65501 log-adjacency-changes ! ! ! control-plane ! ! ! ! ! ! ! dial-peer cor custom ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 login authentication conmethod transport preferred none line aux 0 privilege level 15 login authentication conmethod line vty 0 4 exec-timeout 120 0 privilege level 15 ipv6 access-class v6vty in login authentication vtymethod transport preferred none line vty 5 15 exec-timeout 120 0 privilege level 15 ipv6 access-class v6vty in login authentication vtymethod transport preferred none ! ! end P1D#