! version 11.1 service timestamps debug datetime msec service udp-small-servers service tcp-small-servers ! hostname Router-C ! clock timezone JST 9 enable password janog ! ip subnet-zero no ip domain-lookup ! interface Loopback0 ip address 10.3.0.2 255.255.255.255 ip router isis JANOG ! interface Ethernet0 ip address 10.3.3.1 255.255.255.0 ip router isis JANOG isis circuit-type level-1 ! interface Ethernet1 no ip address shutdown ! interface Serial0 ip address 10.3.7.1 255.255.255.0 no fair-queue ! interface Serial1 ip address 10.3.2.2 255.255.255.0 ip router isis JANOG isis circuit-type level-1 ! router isis JANOG redistribute static ip metric 0 metric-type internal level-1 net 47.0000.0100.0300.0002.00 is-type level-1 ! ip classless ip route 192.168.30.0 255.255.255.0 Serial0 ip route 192.168.31.0 255.255.255.0 Serial0 logging buffered logging 10.1.2.20 logging 10.2.1.20 ! banner login  Grp.3 Router-C 10.3.0.2  ! line con 0 line aux 0 line vty 0 4 password janog login ! ntp server 10.2.0.1 end