The Singapore Router

 

The Singapore device on the ZIP network is a Cisco 2501 router. The configuration of this router features the following:

  • An Ethernet interface to the local Singapore LAN segment

  • A point-to-point Frame Relay interface to the Seoul-1 router

  • The use of RIP and the redistribution of EIGRP information into RIP on the local Singapore LAN segment

The complete configuration for the Singapore router follows :

 version 12.1 service timestamps debug datetime localtime service timestamps log datetime localtime service password-encryption ! hostname Singapore ! aaa new-model aaa authentication login default group tacacs+ enable aaa authorization exec group tacacs+ if-authenticated aaa authorization network group radius if-authenticated aaa accounting exec stop-only group tacacs+ enable secret 5 toY$IJQPTVD4.aEDLwZ8nPrvX. ! ip domain-list zipnet.com ip domain-list zipnet.net ip domain-name zipnet.com ip name-server 131.108.110.34 ip name-server 131.108.110.35 appletalk routing eigrp 25000 appletalk route-redistribution ipx routing 0000.ceec.eebb ! clock timezone SST +8 ! interface Loopback1  description Singapore router loopback  ip address 131.108.254.8 255.255.255.255 ! interface Ethernet0  description Singapore LAN Segment  ip address 131.108.1.1 255.255.255.128  ip helper-address 131.108.21.70  ntp broadcast  appletalk cable-range 4001-4010  appletalk zone Asia Manufacturing  ipx network 4010 ! interface Serial0  description IETF frame relay PVCs on Circuit Z-234987-12-MS-01  no ip address  encapsulation frame-relay ietf  bandwidth 128  frame-relay lmi-type ansi ! interface Serial0.100 point-to-point  description FR PVC 100 to Seoul-1    ip address 131.108.242.6 255.255.255.252  bandwidth 128  frame-relay interface-dlci 100    appletalk cable-range 2902-2902  appletalk zone WAN Zone  appletalk protocol eigrp  no appletalk protocol rtmp  ipx network 2902 ! interface Serial1  no ip address  shutdown ! router eigrp 25000  network 131.108.0.0  no auto-summary ! router rip  redistribute eigrp 25000  passive-interface Serial0.100  network 131.108.0.0  default-metric 3 ! ip classless logging trap debugging logging console emergencies logging 131.108.110.33 access-list 1 permit 131.108.0.0 0.0.255.255 access-list 2 permit host 131.108.20.45 ! ipx router eigrp 25000  network 4010  network 2902 ! tacacs-server host 131.108.110.33 tacacs-server key ZIPSecure radius-server host 131.108.110.33 radius-server key Radius4Me snmp-server community Zipnet RO 2 snmp-server community ZIPprivate RW 2 snmp-server location 1 Raffles Place, Singapore snmp-server contact Allan Leinwand, allan@telegis.net ! line con 0  password 7 095B59 line aux 0 line vty 0 4  password 7 095B59  access-class 1 in ! ntp update-calendar ntp server 192.216.191.10 ntp server 129.189.134.11 !  end 


Cisco Router Configuration
Cisco Router Configuration (2nd Edition)
ISBN: 1578702410
EAN: 2147483647
Year: 1999
Pages: 116

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net