Sunteți pe pagina 1din 7

R1 !Lab 3-1 Router R1 Baseline Config ! hostname R1 !

service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! logging buffered 16384 debugging enable secret ciscoenpa55 ! username admin secret adminpa55 ! banner motd $*** Lab 3-1 Router R1 Baseline Config ***$ ! no ip domain lookup ! aaa new-model aaa authentication login default local aaa authentication login CONSOLE none aaa authorization exec default local ! ip domain name tshoot.net ip host R1 10.1.2.2 10.1.1.1 10.1.201.1 ip host R2 10.1.1.2 10.1.1.6 10.1.202.1 ip host R3 10.1.1.5 10.1.2.14 10.1.203.1 ip host ALS1 10.1.100.1 ip host DLS1 10.1.100.252 10.1.2.1 ip host DLS2 10.1.100.253 10.1.2.13 ! crypto key zeroize rsa crypto key generate rsa general-keys modulus 1024 ! file prompt quiet archive log config logging size 50 notify syslog hidekeys path tftp://10.1.50.1/$h-archive-config write-memory ! ip telnet source-interface Loopback0 ip ssh source-interface Loopback0 ! interface Loopback0 ip address 10.1.201.1 255.255.255.255 ! interface gi0/0 no ip address shutdown ! interface gi0/1 description FE to DLS1 ip address 10.1.2.2 255.255.255.252 ip flow ingress speed 100 no shutdown

! interface Serial0/0/0 description WAN link to R2 - 128k leased line ip address 10.1.1.1 255.255.255.252 ip flow ingress encapsulation ppp clock rate 128000 no shutdown ! interface Serial0/0/1 description WAN link to R3 (not used) no ip address shutdown ! router eigrp 1 passive-interface default no passive-interface gi0/1 no passive-interface Serial0/0/0 network 10.1.1.0 0.0.0.3 network 10.1.2.0 0.0.0.3 network 10.1.201.1 0.0.0.0 no auto-summary ! ip http server no ip http secure-server ! ip flow-export source Loopback0 ip flow-export version 5 ip flow-export destination 10.1.50.1 9996 ! logging source-interface Loopback0 logging 10.1.50.1 ! snmp-server community cisco RO snmp-server community san-fran RW snmp-server trap-source Loopback0 snmp-server location TSHOOT Lab Facility snmp-server contact support@tshoot.net snmp-server enable traps eigrp snmp-server enable traps flash insertion removal snmp-server enable traps config snmp-server enable traps cpu threshold snmp-server host 10.1.50.1 version 2c cisco ! line con 0 exec-timeout 60 0 login authentication CONSOLE logging synchronous line vty 0 4 exec-timeout 60 0 transport input telnet ssh ! ntp source Loopback0 ntp update-calendar ntp server 10.1.202.1 end ----------------------------------------------------------------------------R2

!Lab 3-1 Router R2 Baseline Config ! service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! Hostname R2 ! logging buffered 16384 debugging enable secret ciscoenpa55 ! username admin secret adminpa55 ! banner motd $*** Lab 3-1 Router R2 Baseline Config ***$ ! no ip domain lookup ip host R1 10.1.2.2 10.1.1.1 10.1.201.1 ip host R2 10.1.1.2 10.1.1.6 10.1.202.1 ip host R3 10.1.1.5 10.1.2.14 10.1.203.1 ip host ALS1 10.1.100.1 ip host DLS1 10.1.100.252 10.1.2.1 ip host DLS2 10.1.100.253 10.1.2.13 ! aaa new-model aaa authentication login default local aaa authentication login CONSOLE none aaa authorization exec default local ! ip domain name tshoot.net ! crypto key zeroize rsa crypto key generate rsa general-keys modulus 1024 ! file prompt quiet archive log config logging size 50 notify syslog hidekeys path tftp://10.1.50.1/$h-archive-config write-memory ! ! ip telnet source-interface Loopback0 ip ssh source-interface Loopback0 ! interface Loopback0 ip address 10.1.202.1 255.255.255.255 ! interface gI0/0 no ip address shutdown ! interface gi0/1 description optional connection for PC-C w/ static address no ip addr shutdown !

interface Serial0/0/0 description WAN link to R1 - 128k leased line ip address 10.1.1.2 255.255.255.252 encapsulation ppp no shutdown ! interface Serial0/0/1 description WAN link to R3 - 128k leased line ip address 10.1.1.6 255.255.255.252 clock rate 128000 encapsulation ppp no shutdown ! router eigrp 1 passive-interface default no passive-interface Serial0/0/0 no passive-interface Serial0/0/1 network 10.1.1.0 0.0.0.3 network 10.1.1.4 0.0.0.3 network 10.1.202.1 0.0.0.0 no auto-summary ! ip http server no ip http secure-server ! logging source-interface Loopback0 logging 10.1.50.1 snmp-server community cisco RO snmp-server community san-fran RW snmp-server trap-source Loopback0 snmp-server location TSHOOT Lab Facility snmp-server contact support@tshoot.net snmp-server enable traps eigrp snmp-server enable traps flash insertion removal snmp-server enable traps config snmp-server enable traps cpu threshold snmp-server host 10.1.50.1 version 2c cisco ! line con 0 exec-timeout 60 0 login authentication CONSOLE logging synchronous line vty 0 4 exec-timeout 60 0 transport input telnet ssh ! ntp master 3 end -------------------------------------------------------------------R3 !Lab 3-1 Router R3 Baseline Config ! service timestamps debug datetime msec service timestamps log datetime msec service password-encryption !

hostname R3 ! ! logging buffered 16384 debugging enable secret ciscoenpa55 ! username admin secret adminpa55 ! banner motd $*** Lab 3-1 Router R3 Baseline Config ***$ ! aaa new-model aaa authentication login default local aaa authentication login CONSOLE none aaa authorization exec default local ! no ip domain lookup ip domain-name tshoot.net ip host R1 10.1.2.2 10.1.1.1 10.1.201.1 ip host R2 10.1.1.2 10.1.1.6 10.1.202.1 ip host R3 10.1.1.5 10.1.2.14 10.1.203.1 ip host ALS1 10.1.100.1 ip host DLS1 10.1.100.252 10.1.2.1 ip host DLS2 10.1.100.253 10.1.2.13 ! crypto key zeroize rsa crypto key generate rsa general-keys modulus 1024 ! file prompt quiet archive log config logging size 50 notify syslog hidekeys path tftp://10.1.50.1/$h-archive-config write-memory ! ip telnet source-interface Loopback0 ip ssh source-interface Loopback0 ! interface Loopback0 ip address 10.1.203.1 255.255.255.255 ! interface gi0/0 no ip address shutdown interface gi0/1 description FE to DLS2 ip address 10.1.2.14 255.255.255.252 ip flow ingress speed 100 full-duplex no shutdown ! interface Serial0/0/0 description WAN link to R1 - (Not used) no ip address clock rate 128000 encapsulation ppp shutdown !

interface Serial0/0/1 description WAN link to R2 - 128k leased line ip address 10.1.1.5 255.255.255.252 ip flow ingress encapsulation ppp no shutdown ! router eigrp 1 passive-interface default no passive-interface gi0/1 no passive-interface Serial0/0/1 network 10.1.1.4 0.0.0.3 network 10.1.2.12 0.0.0.3 network 10.1.203.1 0.0.0.0 no auto-summary ! ip http server no ip http secure-server ! ip flow-export source Loopback0 ip flow-export version 5 ip flow-export destination 10.1.50.1 9996 ! logging source-interface Loopback0 logging 10.1.50.1 ! snmp-server community cisco RO snmp-server community san-fran RW snmp-server trap-source Loopback0 snmp-server location TSHOOT Lab Facility snmp-server contact support@tshoot.net snmp-server enable traps eigrp snmp-server enable traps flash insertion removal snmp-server enable traps config snmp-server enable traps cpu threshold snmp-server host 10.1.50.1 version 2c cisco ! line con 0 exec-timeout 60 0 login authentication CONSOLE logging synchronous line vty 0 4 exec-timeout 60 0 transport input telnet ssh ! ntp source Loopback0 ntp update-calendar ntp server 10.1.202.1 end

S-ar putea să vă placă și