! version 11.2 service timestamps debug uptime no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname router-G ! enable password janog ! ip subnet-zero no ip domain-lookup clns routing clock timezone JST -9 ! interface Loopback0 ip address 10.3.0.4 255.255.255.255 ip router isis JANOG isis circuit-type level-1 ! interface Ethernet0 ip address 10.3.5.1 255.255.255.0 ip router isis JANOG isis circuit-type level-1 ! interface Ethernet1 no ip address shutdown ! interface Serial0 description isis level-1 connection ip address 10.3.4.1 255.255.255.0 ip router isis JANOG clockrate 2000000 isis circuit-type level-1 ! interface Serial1 ip address 10.3.1.2 255.255.255.0 ip router isis JANOG clockrate 2000000 isis circuit-type level-1 isis metric 5 level-1 ! router isis JANOG redistribute connected metric-type internal net 47.0000.0100.0300.0004.00 is-type level-1 ! ip classless logging trap debugging logging source-interface Loopback0 logging 10.2.1.20 ! banner login  3-Group Router-G ! line con 0 line aux 0 line vty 0 password janog login transport preferred none line vty 1 4 password janog login ! ntp server 10.2.0.1 end