! version 11.2 service timestamps debug datetime msec localtime service timestamps log datetime msec localtime no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname router-H ! enable password janog ! ip subnet-zero no ip domain-lookup clns routing clock timezone JST 9 ! interface Loopback0 ip address 10.1.0.4 255.255.255.255 ip router isis JANOG ! interface Ethernet0 ip address 10.1.1.4 255.255.255.0 ip router isis JANOG no ip route-cache no ip mroute-cache isis circuit-type level-1 ! interface Ethernet1 ip address 10.1.3.1 255.255.255.0 ip router isis JANOG no ip route-cache no ip mroute-cache ! interface Serial0 ip address 10.1.2.2 255.255.255.0 ip router isis JANOG no ip route-cache no ip mroute-cache isis circuit-type level-1 ! interface Serial1 no ip address no ip route-cache no ip mroute-cache shutdown ! router isis JANOG redistribute static ip metric 0 metric-type internal level-1 net 47.0000.0100.0100.0004.00 is-type level-1 spf-interval 30 ! ip classless ip route 192.168.10.0 255.255.255.0 10.1.3.2 logging source-interface Loopback0 logging 10.2.1.20 ! banner login  Group #1 Router H  ! line con 0 line aux 0 transport input all line vty 0 4 password janog login ! ntp server 10.2.0.1 end