! version 11.2 service timestamps debug datetime msec no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname router-M ! enable secret 5 $1$8OGj$SrqNZt9pqRwLGD0oIaJ3m0 ! ip subnet-zero no ip domain-lookup clock timezone JST 9 ! interface Loopback0 ip address 10.2.0.2 255.255.255.255 ip router isis JANOG isis circuit-type level-1 ! interface Ethernet0 ip address 10.2.1.2 255.255.255.0 ip router isis JANOG media-type 10BaseT isis circuit-type level-1 ! interface Ethernet1 ip address 10.2.6.1 255.255.255.0 ip router isis JANOG media-type 10BaseT isis circuit-type level-1 ! interface Ethernet2 ip address 10.2.20.1 255.255.255.0 media-type 10BaseT ! interface Ethernet3 no ip address shutdown media-type 10BaseT ! interface Ethernet4 no ip address shutdown media-type 10BaseT ! interface Ethernet5 no ip address shutdown media-type 10BaseT ! interface Ethernet6 no ip address shutdown media-type 10BaseT ! interface Ethernet7 no ip address shutdown media-type 10BaseT ! interface Ethernet8 no ip address shutdown media-type 10BaseT ! interface Ethernet9 no ip address shutdown media-type 10BaseT ! interface Ethernet10 no ip address shutdown media-type 10BaseT ! interface Ethernet11 no ip address shutdown media-type 10BaseT ! interface Serial0 ip address 10.2.8.1 255.255.255.0 ip router isis JANOG clockrate 2000000 isis circuit-type level-1 ! interface Serial1 ip address 10.2.9.1 255.255.255.0 ip router isis JANOG clockrate 2000000 isis circuit-type level-1 ! interface Serial2 no ip address shutdown ! interface Serial3 ip address 10.2.3.2 255.255.255.0 ip router isis JANOG isis circuit-type level-1 ! router isis JANOG summary-address 10.2.0.0 255.255.0.0 redistribute static ip metric 0 metric-type internal level-1 redistribute bgp 7675 metric-type internal net 47.0000.0100.0200.0002.00 is-type level-1 ! router bgp 7675 no synchronization redistribute isis JANOG level-1 neighbor 10.2.1.13 remote-as 7675 ! ip classless ip route 0.0.0.0 0.0.0.0 Null0 logging trap debugging logging 10.2.1.20 ! snmp-server community public RO banner login  Group 2 : Router M  ! line con 0 line aux 0 line vty 0 4 password janog login ! ntp server 10.2.0.1 end