! CCIE4U to NMC DOit v2 Labs on Rack 2 with 4 switches ! Other Router configs follow below (scroll down) ! ! Frame Switch Configuration ! hostname FRS ! no ip domain-lookup frame-relay switching ! interface Loopback0 ip address 172.16.107.1 255.255.255.0 ! interface Serial4 description Connection to NMCR3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce clockrate 64000 frame-relay route 301 interface Serial5 103 frame-relay route 302 interface Serial3 203 frame-relay route 304 interface Serial9 403 no shut ! interface Serial3 description Connection to NMCR2 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce clockrate 64000 frame-relay route 201 interface Serial5 102 frame-relay route 203 interface Serial4 302 frame-relay route 204 interface Serial9 402 no shut ! interface Serial6 description Connection to NMCR7 to simulate Ethernet from FRS ip address 10.20.30.1 encap hdlc no shut ! interface Serial5 description Connection to NMCR1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce clockrate 64000 frame-relay route 102 interface Serial3 201 frame-relay route 103 interface Serial4 301 frame-relay route 104 interface Serial9 401 no shut ! interface Serial9 description Connection to NMCR4 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce clockrate 64000 frame-relay route 401 interface Serial5 104 frame-relay route 402 interface Serial3 204 frame-relay route 403 interface Serial4 304 no shut ! alias exec pro sho ip protocols alias exec rin sho run int alias exec bri sho ip int brief alias exec beg sho run | begin alias exec inc sho run | inclu alias exec ro sho ip route alias exec acl sho ip access-list alias exec rm sho route-map ! end --------------------------------------------------------- ! ! ! NMCR1 Final Configuration ! hostname NMCR1 ! logging queue-limit 100 ! ip subnet-zero no ip domain lookup ! interface Loopback0 ip address 172.16.101.1 255.255.255.0 ! interface FastEthernet0/0 no sh ! interface Serial0/0 no ip address encapsulation frame-relay no sh ! interface BRI0/0 encapsulation ppp ! no ip http server no ip http secure-server ip classless ! ! line con 0 exec-timeout 0 0 privilege level 15 line aux 0 line vty 0 4 login ! ! end ! NMCR2 Final Configuration version 12.2 no service single-slot-reload-enable service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname NMCR2 ! ip subnet-zero no ip finger ip tcp synwait-time 5 no ip domain-lookup ! no ip dhcp-client network-discovery i ! interface Loopback0 ip address 172.16.102.1 255.255.255.0 ! ip kerberos source-interface any ip classless no ip http server ! ! line con 0 exec-timeout 0 0 privilege level 15 transport input none line aux 0 line vty 0 4 login ! end ! ! NMCR3 Final Configuration ! ! service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname NMCR3 ! ! interface Loopback0 ip address 172.16.103.1 255.255.255.0 ip ospf network point-to-point ! ip classless ip http server ip pim bidir-enable ! line con 0 exec-timeout 0 0 privilege level 15 line aux 0 line vty 0 4 login ! no scheduler allocate ntp source Loopback0 ntp master 4 ! end ! ! NMCR4 Final Configuration ! ! no service single-slot-reload-enable service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname NMCR4 ! logging rate-limit console 10 except errors ! ip subnet-zero no ip finger ip tcp synwait-time 5 no ip domain-lookup ! no ip dhcp-client network-discovery cns event-service server ! ! interface Loopback0 ip address 172.16.104.1 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 transport input none line aux 0 line vty 0 4 login ! end ! ! NMCR5 Final Configuration ! ! version 12.2 no service single-slot-reload-enable service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname NMCR5 ! logging rate-limit console 10 except errors ! ip subnet-zero no ip finger ip tcp synwait-time 5 no ip domain-lookup interface Loopback0 ip address 172.16.105.1 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 transport input none line aux 0 line vty 0 4 login ! end ! ! NMCR6 Final Configuration ! ! service timestamps debug uptime service timestamps log uptime no service password-encryption service compress-config ! hostname NMCR6 ! logging queue-limit 100 ! memory-size iomem 10 ip subnet-zero ip tcp synwait-time 5 ! ! no ip domain lookup ! ip audit notify log ip audit po max-events 100 mpls ldp logging neighbor-changes ! ! interface Loopback0 ip address 172.16.106.1 255.255.255.0 ! no ip http server no ip http secure-server ip classless ! ! line con 0 exec-timeout 0 0 privilege level 15 line aux 0 line vty 0 4 login ! ! end