! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router-O ! logging buffered informational enable password janog ! ip subnet-zero no ip domain-lookup clns routing clock timezone JST 9 ! ! interface Loopback0 ip address 10.4.0.5 255.255.255.255 no ip directed-broadcast ip router isis JANOG ! interface Ethernet0 description To-R ip address 10.4.4.1 255.255.255.0 no ip directed-broadcast ip router isis JANOG no ip route-cache no ip mroute-cache ! interface Serial0 description To-K ip address 10.4.2.2 255.255.255.0 no ip directed-broadcast ip router isis JANOG no ip route-cache no ip mroute-cache clockrate 2000000 isis circuit-type level-1 ! interface Serial1 description To-P ip address 10.4.3.2 255.255.255.0 no ip directed-broadcast ip router isis JANOG no ip route-cache no ip mroute-cache clockrate 2000000 isis circuit-type level-1 ! router isis JANOG redistribute static ip metric 15 metric-type external level-1 net 47.0000.0100.0400.0005.00 is-type level-1 ! ip classless ip route 192.168.40.0 255.255.255.0 10.4.4.2 ! logging source-interface Loopback0 logging 10.2.1.20 ! ! line con 0 transport input none line aux 0 line vty 0 4 password janog login ! end