네트워크 및 서버/네트워크

FHRP(HSRP, VRRP, GLBP) 실습

잉여토끼 2024. 10. 23. 14:46

 

논리랩

 

물리랩

  • R1에서 10.4.0.0/10.6.0.0대역으로는 EIGRP 100 으로 광고 및 IP Summary(10.5.0.0/16)사용(이외 네트워크 미사용)
  • 이외 모든 라우터(R1 포함) 및 L3SW에서 RIP로 광고
  • ESW1 ~ 9는 L3SW, 나머지 ESW는 L2SW
  • 빨강 :  vlan 10, 파랑 : vlan 20, 초록 : vlan 30, 보라 : vlan 40 
  • 위의 랩을 하나의 기준으로 10.3.0.0/16 ~ 10.7.0.0/16까지 링 토폴로지로 구성

 

R1

더보기
더보기

R1 sh run

Building configuration...

Current configuration : 2234 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
 log config
  hidekeys
! 
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface FastEthernet0/0
 ip address 10.4.1.2 255.255.255.0
 ip summary-address eigrp 100 10.5.0.0 255.255.255.0 5
 ip summary-address eigrp 100 10.5.0.0 255.255.0.0 5
 duplex half
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial1/0.10 multipoint
 ip address 10.5.1.1 255.255.255.0
 no ip split-horizon eigrp 100
 no ip split-horizon
 snmp trap link-status
 frame-relay map ip 10.5.1.3 103 broadcast
 frame-relay map ip 10.5.1.2 102 broadcast
!
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Ethernet2/0
 ip address 10.5.0.1 255.255.255.0
 ip summary-address eigrp 100 10.5.0.0 255.255.255.0 5
 ip summary-address eigrp 100 10.5.0.0 255.255.0.0 5
 duplex half
!
interface Ethernet2/1
 no ip address
 shutdown
 duplex half
!
interface Ethernet2/2
 no ip address
 shutdown
 duplex half
!
interface Ethernet2/3
 no ip address
 shutdown
 duplex half
!
router eigrp 100
 redistribute rip metric 1544 200 255 1 1000
 network 10.4.1.0 0.0.0.255
 network 10.5.0.0 0.0.0.255
 no auto-summary
!
router rip
 version 2
 redistribute eigrp 100 metric 5
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line vty 0 4
 login
!
end

R1 sh ip pro

Routing Protocol is "eigrp 100"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Default networks flagged in outgoing updates
  Default networks accepted from incoming updates
  EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
  EIGRP maximum hopcount 100
  EIGRP maximum metric variance 1
  Redistributing: eigrp 100, rip
  EIGRP NSF-aware route hold timer is 240s
  Automatic network summarization is not in effect
  Address Summarization:
    10.5.0.0/24 for FastEthernet0/0, Ethernet2/0
    10.5.0.0/16 for Ethernet2/0, FastEthernet0/0
      Summarizing with metric 281600
  Maximum path: 4
  Routing for Networks:
    10.4.1.0/24
    10.5.0.0/24
  Routing Information Sources:
    Gateway         Distance      Last Update
    (this router)         90      03:37:39
    10.5.0.2              90      00:00:23
    10.4.1.1              90      00:00:23
  Distance: internal 90 external 170

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 26 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: eigrp 100, rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    FastEthernet0/0       2     2                                    
    Serial1/0.10          2     2                                    
    Ethernet2/0           2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.1.2             120      00:00:06
    10.5.1.3             120      00:00:11
  Distance: (default is 120)

R1 sh ip ro

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/8 is variably subnetted, 88 subnets, 2 masks
D EX    10.7.13.0/24 [170/2223616] via 10.5.0.2, 00:38:21, Ethernet2/0
R       10.5.15.0/24 [120/2] via 10.5.1.2, 00:00:06, Serial1/0.10
D EX    10.4.14.0/24 [170/2223616] via 10.5.0.2, 00:00:23, Ethernet2/0
                     [170/2223616] via 10.4.1.1, 00:00:23, FastEthernet0/0
D EX    10.3.9.0/24 [170/1737216] via 10.5.0.2, 02:18:30, Ethernet2/0
D EX    10.7.12.0/24 [170/2223616] via 10.5.0.2, 00:38:21, Ethernet2/0
D EX    10.6.13.0/24 [170/2226176] via 10.4.1.1, 00:00:24, FastEthernet0/0
R       10.5.14.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.15.0/24 [170/2223616] via 10.5.0.2, 00:00:52, Ethernet2/0
                     [170/2223616] via 10.4.1.1, 00:00:52, FastEthernet0/0
D EX    10.3.8.0/24 [170/1737216] via 10.5.0.2, 02:18:30, Ethernet2/0
D EX    10.7.15.0/24 [170/2223616] via 10.5.0.2, 00:33:18, Ethernet2/0
R       10.5.13.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.12.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
D EX    10.3.11.0/24 [170/1737216] via 10.5.0.2, 02:01:34, Ethernet2/0
D EX    10.7.14.0/24 [170/2223616] via 10.5.0.2, 00:33:18, Ethernet2/0
R       10.5.12.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.13.0/24 [170/2223616] via 10.5.0.2, 00:00:45, Ethernet2/0
                     [170/2223616] via 10.4.1.1, 00:00:45, FastEthernet0/0
D EX    10.3.10.0/24 [170/1737216] via 10.5.0.2, 02:18:30, Ethernet2/0
D EX    10.7.9.0/24 [170/2223616] via 10.5.0.2, 00:38:21, Ethernet2/0
D EX    10.6.8.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
R       10.5.11.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.10.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
                     [170/2223616] via 10.4.1.1, 00:01:16, FastEthernet0/0
D EX    10.3.13.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
D EX    10.7.8.0/24 [170/2223616] via 10.5.0.2, 00:38:21, Ethernet2/0
D EX    10.6.9.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
R       10.5.10.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.11.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
D EX    10.3.12.0/24 [170/1737216] via 10.5.0.2, 02:01:34, Ethernet2/0
D EX    10.7.11.0/24 [170/2223616] via 10.5.0.2, 00:35:45, Ethernet2/0
D EX    10.6.10.0/24 [170/2226176] via 10.4.1.1, 00:01:16, FastEthernet0/0
R       10.5.9.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.8.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
                    [170/2223616] via 10.4.1.1, 00:01:16, FastEthernet0/0
D EX    10.7.10.0/24 [170/2223616] via 10.5.0.2, 00:36:07, Ethernet2/0
R       10.5.8.0/24 [120/1] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.9.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
                    [170/2223616] via 10.4.1.1, 00:01:16, FastEthernet0/0
D EX    10.7.5.0/24 [170/2707456] via 10.5.0.2, 00:00:51, Ethernet2/0
D EX    10.6.4.0/24 [170/2226176] via 10.4.1.1, 00:00:24, FastEthernet0/0
R       10.5.7.0/24 [120/1] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.6.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
                    [170/2223616] via 10.4.1.1, 00:01:16, FastEthernet0/0
D       10.3.1.0/24 [90/460800] via 10.5.0.2, 02:18:43, Ethernet2/0
D EX    10.7.4.0/24 [170/2707456] via 10.5.0.2, 00:00:51, Ethernet2/0
D EX    10.6.5.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
R       10.5.6.0/24 [120/1] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.7.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
                    [170/2223616] via 10.4.1.1, 00:01:16, FastEthernet0/0
D       10.3.0.0/24 [90/284160] via 10.4.1.1, 02:35:41, FastEthernet0/0
D       10.3.0.0/16 [90/412160] via 10.4.1.1, 02:19:10, FastEthernet0/0
D EX    10.7.7.0/24 [170/2223616] via 10.5.0.2, 00:38:22, Ethernet2/0
D EX    10.6.6.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
R       10.5.5.0/24 [120/1] via 10.5.1.3, 00:00:11, Serial1/0.10
                    [120/1] via 10.5.1.2, 00:00:06, Serial1/0.10
D EX    10.4.4.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
D EX    10.3.3.0/24 [170/1737216] via 10.5.0.2, 02:18:43, Ethernet2/0
D EX    10.7.6.0/24 [170/2707456] via 10.5.0.2, 00:00:51, Ethernet2/0
D EX    10.6.7.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
R       10.5.4.0/24 [120/1] via 10.5.1.2, 00:00:06, Serial1/0.10
D EX    10.4.5.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
D EX    10.3.2.0/24 [170/1737216] via 10.5.0.2, 02:18:31, Ethernet2/0
D       10.7.1.0/24 [90/307200] via 10.5.0.2, 02:18:45, Ethernet2/0
D       10.6.0.0/24 [90/409600] via 10.5.0.2, 02:18:52, Ethernet2/0
R       10.5.3.0/24 [120/1] via 10.5.1.2, 00:00:06, Serial1/0.10
D EX    10.4.2.0/24 [170/2172416] via 10.4.1.1, 02:19:55, FastEthernet0/0
D EX    10.3.5.0/24 [170/1737216] via 10.5.0.2, 02:18:31, Ethernet2/0
D       10.7.0.0/24 [90/309760] via 10.4.1.1, 02:18:43, FastEthernet0/0
D       10.6.1.0/24 [90/2195456] via 10.5.0.2, 02:18:31, Ethernet2/0
R       10.5.2.0/24 [120/1] via 10.5.1.2, 00:00:06, Serial1/0.10
D EX    10.4.3.0/24 [170/2223616] via 10.5.0.2, 00:01:16, Ethernet2/0
D EX    10.3.4.0/24 [170/1737216] via 10.5.0.2, 02:18:31, Ethernet2/0
D EX    10.7.3.0/24 [170/2707456] via 10.5.0.2, 00:00:51, Ethernet2/0
D EX    10.6.2.0/24 [170/2226176] via 10.4.1.1, 00:01:16, FastEthernet0/0
C       10.5.1.0/24 is directly connected, Serial1/0.10
D       10.4.0.0/24 [90/156160] via 10.4.1.1, 02:35:41, FastEthernet0/0
D EX    10.3.7.0/24 [170/1737216] via 10.5.0.2, 02:18:31, Ethernet2/0
D EX    10.7.2.0/24 [170/2221056] via 10.5.0.2, 00:40:14, Ethernet2/0
D EX    10.6.3.0/24 [170/2226176] via 10.4.1.1, 00:01:16, FastEthernet0/0
C       10.5.0.0/24 is directly connected, Ethernet2/0
D       10.5.0.0/16 is a summary, 03:37:40, Null0
C       10.4.1.0/24 is directly connected, FastEthernet0/0
D EX    10.3.6.0/24 [170/1737216] via 10.5.0.2, 02:18:31, Ethernet2/0
R       10.5.21.0/24 [120/3] via 10.5.1.3, 00:00:11, Serial1/0.10
R       10.5.20.0/24 [120/3] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.7.17.0/24 [170/2223616] via 10.5.0.2, 00:08:48, Ethernet2/0
D EX    10.4.18.0/24 [170/2223616] via 10.5.0.2, 00:01:32, Ethernet2/0
D EX    10.7.16.0/24 [170/2223616] via 10.5.0.2, 00:34:04, Ethernet2/0
R       10.5.18.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
R       10.5.17.0/24 [120/2] via 10.5.1.3, 00:00:11, Serial1/0.10
D EX    10.4.16.0/24 [170/2223616] via 10.5.0.2, 00:00:52, Ethernet2/0
                     [170/2223616] via 10.4.1.1, 00:00:52, FastEthernet0/0
D EX    10.7.18.0/24 [170/2223616] via 10.5.0.2, 00:02:00, Ethernet2/0
R       10.5.16.0/24 [120/2] via 10.5.1.2, 00:00:07, Serial1/0.10
D EX    10.4.17.0/24 [170/2223616] via 10.5.0.2, 00:01:27, Ethernet2/0
D       10.7.100.0/24 [90/435200] via 10.5.0.2, 02:18:31, Ethernet2/0

R2

더보기
더보기

R4 sh run

Building configuration...

Current configuration : 1891 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
 log config
  hidekeys
! 
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex half
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial1/0.10 point-to-point
 ip address 10.5.1.2 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 210   
!
interface Serial1/0.20 point-to-point
 ip address 10.5.5.1 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 23   
!
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Ethernet2/0
 ip address 10.5.2.1 255.255.255.0
 duplex half
!
interface Ethernet2/1
 ip address 10.5.3.1 255.255.255.0
 duplex half
!
interface Ethernet2/2
 ip address 10.5.4.1 255.255.255.0
 duplex half
!
interface Ethernet2/3
 no ip address
 shutdown
 duplex half
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line vty 0 4
 login
!
end

R2 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 21 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial1/0.10          2     2                                    
    Serial1/0.20          2     2                                    
    Ethernet2/0           2     2                                    
    Ethernet2/1           2     2                                    
    Ethernet2/2           2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.5.2             120      00:00:08
    10.5.4.2             120      00:00:45
    10.5.3.2             120      00:00:28
    10.5.2.2             120      00:00:24
    10.5.1.1             120      00:00:10
  Distance: (default is 120)

R2 sh ip ro

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/8 is variably subnetted, 88 subnets, 2 masks
R       10.7.13.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.15.0/24 [120/1] via 10.5.3.2, 00:00:28, Ethernet2/1
                     [120/1] via 10.5.2.2, 00:00:24, Ethernet2/0
R       10.4.14.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.9.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.12.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.13.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.14.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.15.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.8.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.15.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.13.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.12.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.11.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.14.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.12.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.13.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.10.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.9.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.8.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.11.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.10.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.13.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.8.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.9.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.10.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.11.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.12.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.11.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.10.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.9.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.8.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.10.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.8.0/24 [120/1] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.9.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.5.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.4.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.7.0/24 [120/1] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.6.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.1.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.4.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.5.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.6.0/24 [120/1] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.7.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.0.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.0.0/16 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.7.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.6.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
C       10.5.5.0/24 is directly connected, Serial1/0.20
R       10.4.4.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.3.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.6.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.7.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
C       10.5.4.0/24 is directly connected, Ethernet2/2
R       10.4.5.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.2.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.7.1.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.0.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
C       10.5.3.0/24 is directly connected, Ethernet2/1
R       10.4.2.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.3.5.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.7.0.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.1.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
C       10.5.2.0/24 is directly connected, Ethernet2/0
R       10.4.3.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.3.4.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.7.3.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.2.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
C       10.5.1.0/24 is directly connected, Serial1/0.10
R       10.4.0.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.3.7.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.7.2.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.6.3.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.0.0/24 [120/1] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.5.0.0/16 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.4.1.0/24 [120/1] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.3.6.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.5.21.0/24 [120/3] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.5.20.0/24 [120/3] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.7.17.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.4.18.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.7.16.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.18.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.5.17.0/24 [120/2] via 10.5.5.2, 00:00:08, Serial1/0.20
R       10.4.16.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.7.18.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10
R       10.5.16.0/24 [120/1] via 10.5.4.2, 00:00:45, Ethernet2/2
                     [120/1] via 10.5.3.2, 00:00:29, Ethernet2/1
R       10.4.17.0/24 [120/5] via 10.5.1.1, 00:00:11, Serial1/0.10
R       10.7.100.0/24 [120/5] via 10.5.1.1, 00:00:10, Serial1/0.10

R3

더보기
더보기

R5 sh run

Building configuration...

Current configuration : 2013 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
 log config
  hidekeys
! 
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex half
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial1/0.10 point-to-point
 ip address 10.5.1.3 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 310   
!
interface Serial1/0.20 point-to-point
 ip address 10.5.5.2 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 32   
!
interface Serial1/0.30 point-to-point
 ip address 10.5.6.1 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 34   
!
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Ethernet2/0
 ip address 10.5.7.1 255.255.255.0
 duplex half
!
interface Ethernet2/1
 ip address 10.5.8.1 255.255.255.0
 duplex half
!
interface Ethernet2/2
 no ip address
 shutdown
 duplex half
!
interface Ethernet2/3
 no ip address
 shutdown
 duplex half
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line vty 0 4
 login
!
end

R3 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 16 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial1/0.10          2     2                                    
    Serial1/0.20          2     2                                    
    Serial1/0.30          2     2                                    
    Ethernet2/0           2     2                                    
    Ethernet2/1           2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.8.2             120      00:00:18
    10.5.7.2             120      00:00:07
    10.5.6.2             120      00:00:04
    10.5.5.1             120      00:00:23
    10.5.1.1             120      00:00:13
  Distance: (default is 120)

R3 sh ip ro

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/8 is variably subnetted, 88 subnets, 2 masks
R       10.7.13.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.15.0/24 [120/2] via 10.5.5.1, 00:00:23, Serial1/0.20
R       10.4.14.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.9.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.12.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.13.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.14.0/24 [120/1] via 10.5.6.2, 00:00:04, Serial1/0.30
R       10.4.15.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.8.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.15.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.13.0/24 [120/1] via 10.5.6.2, 00:00:05, Serial1/0.30
R       10.4.12.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.11.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.14.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.12.0/24 [120/1] via 10.5.6.2, 00:00:05, Serial1/0.30
R       10.4.13.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.10.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.9.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.8.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.11.0/24 [120/1] via 10.5.6.2, 00:00:05, Serial1/0.30
R       10.4.10.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.13.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.8.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.9.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.10.0/24 [120/1] via 10.5.6.2, 00:00:05, Serial1/0.30
R       10.4.11.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.12.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.11.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.10.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.9.0/24 [120/1] via 10.5.6.2, 00:00:05, Serial1/0.30
R       10.4.8.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.10.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
C       10.5.8.0/24 is directly connected, Ethernet2/1
R       10.4.9.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.5.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.4.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
C       10.5.7.0/24 is directly connected, Ethernet2/0
R       10.4.6.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.1.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.4.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.5.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
C       10.5.6.0/24 is directly connected, Serial1/0.30
R       10.4.7.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.0.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.0.0/16 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.7.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.6.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
C       10.5.5.0/24 is directly connected, Serial1/0.20
R       10.4.4.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.3.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.6.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.7.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.4.0/24 [120/1] via 10.5.5.1, 00:00:24, Serial1/0.20
R       10.4.5.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.2.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.1.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.0.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.3.0/24 [120/1] via 10.5.5.1, 00:00:24, Serial1/0.20
R       10.4.2.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.5.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.0.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.1.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.2.0/24 [120/1] via 10.5.5.1, 00:00:24, Serial1/0.20
R       10.4.3.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.3.4.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.3.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.2.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
C       10.5.1.0/24 is directly connected, Serial1/0.10
R       10.4.0.0/24 [120/5] via 10.5.1.1, 00:00:14, Serial1/0.10
R       10.3.7.0/24 [120/5] via 10.5.1.1, 00:00:14, Serial1/0.10
R       10.7.2.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.6.3.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.0.0/24 [120/1] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.0.0/16 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.4.1.0/24 [120/1] via 10.5.1.1, 00:00:14, Serial1/0.10
R       10.3.6.0/24 [120/5] via 10.5.1.1, 00:00:14, Serial1/0.10
R       10.5.21.0/24 [120/2] via 10.5.6.2, 00:00:05, Serial1/0.30
R       10.5.20.0/24 [120/2] via 10.5.6.2, 00:00:05, Serial1/0.30
R       10.7.17.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.4.18.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.7.16.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.18.0/24 [120/1] via 10.5.7.2, 00:00:07, Ethernet2/0
R       10.5.17.0/24 [120/1] via 10.5.8.2, 00:00:18, Ethernet2/1
                     [120/1] via 10.5.7.2, 00:00:07, Ethernet2/0
R       10.4.16.0/24 [120/5] via 10.5.1.1, 00:00:14, Serial1/0.10
R       10.7.18.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10
R       10.5.16.0/24 [120/2] via 10.5.5.1, 00:00:24, Serial1/0.20
R       10.4.17.0/24 [120/5] via 10.5.1.1, 00:00:14, Serial1/0.10
R       10.7.100.0/24 [120/5] via 10.5.1.1, 00:00:13, Serial1/0.10

R4

더보기
더보기

R6 sh run

Building configuration...

Current configuration : 2440 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
 log config
  hidekeys
! 
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex half
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial1/0.10 point-to-point
 ip address 10.5.6.2 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 43   
!
interface Serial1/1
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial1/1.10 point-to-point
 ip address 10.5.11.1 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 46   
!
interface Serial1/1.20 point-to-point
 ip address 10.5.12.1 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 47   
!
interface Serial1/1.30 point-to-point
 ip address 10.5.13.1 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 48   
!
interface Serial1/1.40 point-to-point
 ip address 10.5.14.1 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 49   
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Ethernet2/0
 no ip address
 duplex half
!
interface Ethernet2/0.10
 encapsulation dot1Q 30
 ip address 10.5.9.1 255.255.255.0
!
interface Ethernet2/0.20
 encapsulation dot1Q 40
 ip address 10.5.10.1 255.255.255.0
!
interface Ethernet2/1
 no ip address
 shutdown
 duplex half
!
interface Ethernet2/2
 no ip address
 shutdown
 duplex half
!
interface Ethernet2/3
 no ip address
 shutdown
 duplex half
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 stopbits 1
line vty 0 4
 login
!
end

R4 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 24 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial1/0.10          2     2                                    
    Serial1/1.10          2     2                                    
    Serial1/1.20          2     2                                    
    Serial1/1.30          2     2                                    
    Serial1/1.40          2     2                                    
    Ethernet2/0.10        2     2                                    
    Ethernet2/0.20        2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.13.2            120      00:00:19
    10.5.12.2            120      00:00:13
    10.5.11.2            120      00:00:14
    10.5.6.1             120      00:00:15
  Distance: (default is 120)

R4 sh ip ro

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/8 is variably subnetted, 88 subnets, 2 masks
R       10.7.13.0/24 [120/6] via 10.5.6.1, 00:00:15, Serial1/0.10
R       10.5.15.0/24 [120/3] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.14.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.9.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.12.0/24 [120/6] via 10.5.6.1, 00:00:15, Serial1/0.10
R       10.6.13.0/24 [120/6] via 10.5.6.1, 00:00:15, Serial1/0.10
C       10.5.14.0/24 is directly connected, Serial1/1.40
R       10.4.15.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.8.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.15.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
C       10.5.13.0/24 is directly connected, Serial1/1.30
R       10.4.12.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.11.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.14.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
C       10.5.12.0/24 is directly connected, Serial1/1.20
R       10.4.13.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.10.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.9.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.8.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
C       10.5.11.0/24 is directly connected, Serial1/1.10
R       10.4.10.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.13.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.8.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.9.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
C       10.5.10.0/24 is directly connected, Ethernet2/0.20
R       10.4.11.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.12.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.11.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.10.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
C       10.5.9.0/24 is directly connected, Ethernet2/0.10
R       10.4.8.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.10.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.8.0/24 [120/1] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.9.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.5.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.4.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.7.0/24 [120/1] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.6.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.1.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.4.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.5.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
C       10.5.6.0/24 is directly connected, Serial1/0.10
R       10.4.7.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.0.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.0.0/16 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.7.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.6.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.5.0/24 [120/1] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.4.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.3.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.6.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.7.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.4.0/24 [120/2] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.5.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.2.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.1.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.0.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.3.0/24 [120/2] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.2.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.5.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.0.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.1.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.2.0/24 [120/2] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.3.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.4.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.3.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.2.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.1.0/24 [120/1] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.0.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.7.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.2.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.6.3.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.0.0/24 [120/2] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.0.0/16 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.1.0/24 [120/2] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.3.6.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.21.0/24 [120/1] via 10.5.13.2, 00:00:20, Serial1/1.30
                     [120/1] via 10.5.12.2, 00:00:14, Serial1/1.20
R       10.5.20.0/24 [120/1] via 10.5.13.2, 00:00:20, Serial1/1.30
                     [120/1] via 10.5.12.2, 00:00:14, Serial1/1.20
                     [120/1] via 10.5.11.2, 00:00:14, Serial1/1.10
R       10.7.17.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.18.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.16.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.18.0/24 [120/2] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.17.0/24 [120/2] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.16.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.18.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.5.16.0/24 [120/3] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.4.17.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10
R       10.7.100.0/24 [120/6] via 10.5.6.1, 00:00:16, Serial1/0.10

 

ESW1

더보기
더보기

ESW1 sh run

Building configuration...

Current configuration : 2749 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 ip address 10.5.2.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/2
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14

 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.5.15.1 255.255.255.0
 standby 1 ip 10.5.15.254
 standby 1 priority 105

 standby 1 preempt delay minimum 30
 standby 1 track FastEthernet0/0
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary

!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW1 sh glbp bri

ESW1 sh glbp

ESW1 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 12 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    FastEthernet0/0       2     2                                    
    Vlan10                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.15.2            120      00:00:09
    10.5.2.1             120      00:00:30
  Distance: (default is 120)

ESW2

더보기
더보기

ESW2 sh run

Building configuration...

Current configuration : 3016 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 ip address 10.5.3.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/2
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.5.15.2 255.255.255.0
 standby 1 ip 10.5.15.254
 standby 1 preempt
 standby 1 track FastEthernet0/0
!
interface Vlan20
 ip address 10.5.16.1 255.255.255.0
 standby 2 ip 10.5.16.254
 standby 2 preempt
 standby 2 track FastEthernet0/0
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
mac-address-table static c406.0f80.0000 interface FastEthernet1/1 vlan 10
mac-address-table static c406.0f80.0000 interface FastEthernet1/2 vlan 20
no cdp log mismatch duplex

!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode

After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.

Please update the IOS to enable the "macro" command!
***************************************************************


^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW2 sh glbp bri

ESW2 sh glbp

ESW2 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 4 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2

    Interface             Send  Recv  Triggered RIP  Key-chain

    FastEthernet0/0       2     2                                    
    Vlan10                2     2                                    
    Vlan20                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.15.1            120      00:00:33
    10.5.3.1             120      00:00:32
    10.5.16.2            120      00:00:23
  Distance: (default is 120)

ESW3

더보기
더보기

ESW3 sh run

Building configuration...

Current configuration : 2749 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 ip address 10.5.4.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/2
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14

 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan20
 ip address 10.5.16.2 255.255.255.0
 standby 2 ip 10.5.16.254
 standby 2 priority 105

 standby 2 preempt delay minimum 30
 standby 2 track FastEthernet0/0
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary

!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW3 sh glbp bri

ESW3 sh glbp

ESW3 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 21 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    FastEthernet0/0       2     2                                    
    Vlan20                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.4.1             120      00:00:17
    10.5.16.1            120      00:00:04
  Distance: (default is 120)

ESW4

더보기
더보기

ESW4 sh run

Building configuration...

Current configuration : 3121 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
track 1 interface FastEthernet0/0 line-protocol
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 ip address 10.5.7.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/2
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/3

 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/6

 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.5.17.1 255.255.255.0
 vrrp 1 ip 10.5.17.254
 vrrp 1 preempt delay minimum 30

 vrrp 1 priority 105
 vrrp 1 track 1
!
interface Vlan20
 ip address 10.5.18.1 255.255.255.0
 vrrp 2 ip 10.5.18.254
 vrrp 2 track 1
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
mac-address-table static c408.36d0.0000 interface FastEthernet1/1 vlan 10
mac-address-table static c408.36d0.0000 interface FastEthernet1/2 vlan 20
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous

line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW4 sh glbp bri

Interface          Grp Pri Time  Own Pre State   Master addr     Group addr
Vl10               1   105 3589       Y  Master  10.5.17.1       10.5.17.254    
Vl20               2   100 3609       Y  Master  10.5.18.1       10.5.18.254    

ESW4 sh glbp

Vlan10 - Group 1  
  State is Master  
  Virtual IP address is 10.5.17.254
  Virtual MAC address is 0000.5e00.0101
  Advertisement interval is 1.000 sec
  Preemption enabled, delay min 30 secs
  Priority is 105 
    Track object 1 state Up decrement 10
  Master Router is 10.5.17.1 (local), priority is 105 
  Master Advertisement interval is 1.000 sec
  Master Down interval is 3.589 sec

Vlan20 - Group 2  
  State is Master  
  Virtual IP address is 10.5.18.254
  Virtual MAC address is 0000.5e00.0102
  Advertisement interval is 1.000 sec
  Preemption enabled
  Priority is 100 
    Track object 1 state Up decrement 10
  Master Router is 10.5.18.1 (local), priority is 100 
  Master Advertisement interval is 1.000 sec
  Master Down interval is 3.609 sec

ESW4 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 17 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    FastEthernet0/0       2     2                                    
    Vlan10                2     2                                    
    Vlan20                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.7.1             120      00:00:05
    10.5.17.2            120      00:00:13
  Distance: (default is 120)

ESW5

더보기
더보기

ESW5 sh run

Building configuration...

Current configuration : 2859 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW5
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
track 1 interface FastEthernet0/0 line-protocol
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 ip address 10.5.8.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex ful
*Mar  1 03:28:17.555: %VRRP-6-STATECHANGE: Vl10 Grp 1 state Backup -> Masterl
 speed 100
!
interface FastEthernet1/2
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/3

 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5

 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7

 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9

 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.5.17.2 255.255.255.0
 vrrp 1 ip 10.5.17.254
 vrrp 1 track 1
!
interface Vlan20
*Mar  1 03:28:20.263: %VRRP-6-STATECHANGE: Vl10 Grp 1 state Master -> Backup
 ip address 10.5.18.2 255.255.255.0
 vrrp 2 ip 10.5.18.254
 vrrp 2 priority 105
 vrrp 2 track 1
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0

 privilege level 15
 logging synchronous
line aux 0

 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW5 sh glbp bri

Interface          Grp Pri Time  Own Pre State   Master addr     Group addr
Vl10               1   100 3609       Y  Backup  10.5.17.1       10.5.17.254    
Vl20               2   105 3589       Y  Init    0.0.0.0         10.5.18.254    

ESW5 sh glbp

Vlan10 - Group 1  
  State is Backup  
  Virtual IP address is 10.5.17.254
  Virtual MAC address is 0000.5e00.0101
  Advertisement interval is 1.000 sec
  Preemption enabled
  Priority is 100 
    Track object 1 state Up decrement 10
  Master Router is 10.5.17.1, priority is 105 
  Master Advertisement interval is 1.000 sec
  Master Down interval is 3.609 sec (expires in 2.761 sec)

Vlan20 - Group 2  
  State is Init    
  Virtual IP address is 10.5.18.254
  Virtual MAC address is 0000.5e00.0102
  Advertisement interval is 1.000 sec
  Preemption enabled
  Priority is 105 
    Track object 1 state Up decrement 10
  Master Router is unknown, priority is unknown
  Master Advertisement interval is unknown
  Master Down interval is unknown

ESW5 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 28 seconds

  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    FastEthernet0/0       2     2                                    
    Vlan10                2     2                                    
    Vlan20                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4

  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.8.1             120      00:00:14
    10.5.17.1            120      00:00:28
  Distance: (default is 120)

ESW6

더보기
더보기

ESW6 sh run

Building configuration...

Current configuration : 3165 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW6
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
track 1 interface FastEthernet0/0 line-protocol
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/2
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Serial2/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial2/0.10 point-to-point
 ip address 10.5.11.2 255.255.255.0
 frame-relay interface-dlci 64   
!
interface Serial2/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.5.20.1 255.255.255.0

 glbp 1 ip 10.5.20.254
 glbp 1 priority 105
 glbp 1 preempt
 glbp 1 weighting track 1
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.

Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW6 sh glbp bri

Interface   Grp  Fwd Pri State    Address         Active router   Standby router
Vl10        1    -   105 Active   10.5.20.254     local           10.5.20.2
Vl10        1    1   -   Active   0007.b400.0101  local           -
Vl10        1    2   -   Listen   0007.b400.0102  10.5.20.2       -
Vl10        1    3   -   Listen   0007.b400.0103  10.5.20.3       -

ESW6 sh glbp

Vlan10 - Group 1
  State is Active
    2 state changes, last state change 02:01:13
  Virtual IP address is 10.5.20.254
  Hello time 3 sec, hold time 10 sec
    Next hello sent in 1.772 secs
  Redirect time 600 sec, forwarder time-out 14400 sec
  Preemption enabled, min delay 0 sec
  Active is local
  Standby is 10.5.20.2, priority 103 (expires in 7.664 sec)
  Priority 105 (configured)
  Weighting 90 (default 100), thresholds: lower 1, upper 100
    Track object 1 state Down decrement 10
  Load balancing: round-robin
  Group members:
    c40a.01e4.0000 (10.5.20.1) local

    c40b.484c.0000 (10.5.20.2)

    c40c.4884.0000 (10.5.20.3)

  There are 3 forwarders (1 active)
  Forwarder 1
    State is Active
      1 state change, last state change 02:01:03
    MAC address is 0007.b400.0101 (default)
    Owner ID is c40a.01e4.0000
    Redirection enabled
    Preemption enabled, min delay 30 sec
    Active is local, weighting 90
  Forwarder 2
    State is Listen
    MAC address is 0007.b400.0102 (learnt)
    Owner ID is c40b.484c.0000
    Redirection enabled, 598.728 sec remaining (maximum 600 sec)
    Time to live: 14398.728 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.20.2 (primary), weighting 90 (expires in 8.724 sec)

  Forwarder 3
    State is Listen
    MAC address is 0007.b400.0103 (learnt)

    Owner ID is c40c.4884.0000

    Redirection enabled, 597.960 sec remaining (maximum 600 sec)
    Time to live: 14397.956 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.20.3 (primary), weighting 90 (expires in 7.956 sec)

ESW6 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 20 seconds

  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial2/0.10          2     2                                    
    Vlan10                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:

    Gateway         Distance      Last Update
    10.5.11.1            120      00:00:15
    10.5.20.3            120      00:00:23
    10.5.20.2            120      00:00:27
  Distance: (default is 120)

ESW7

더보기
더보기

ESW7 sh run

Building configuration...

Current configuration : 3312 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW7
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
track 1 interface FastEthernet0/0 line-protocol
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/2
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10

 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Serial2/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial2/0.10 point-to-point
 ip address 10.5.12.2 255.255.255.0
 frame-relay interface-dlci 74   
!
interface Serial2/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.5.20.2 255.255.255.0
 glbp 1 ip 10.5.20.254
 glbp 1 priority 103
 glbp 1 preempt
 glbp 1 weighting track 1
!
interface Vlan20
 ip address 10.5.21.1 255.255.255.0

 glbp 2 ip 10.5.21.254
 glbp 2 preempt
 glbp 2 weighting track 1
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!

***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW7 sh glbp bri

Interface   Grp  Fwd Pri State    Address         Active router   Standby router
Vl10        1    -   103 Standby  10.5.20.254     10.5.20.1       local

Vl10        1    1   -   Listen   0007.b400.0101  10.5.20.1       -
Vl10        1    2   -   Active   0007.b400.0102  local           -
Vl10        1    3   -   Listen   0007.b400.0103  10.5.20.3       -
Vl20        2    -   100 Listen   10.5.21.254     10.5.21.3       10.5.21.2
Vl20        2    1   -   Active   0007.b400.0201  local           -
Vl20        2    2   -   Listen   0007.b400.0202  10.5.21.2       -
Vl20        2    3   -   Listen   0007.b400.0203  10.5.21.3       -

ESW7 sh glbp

Vlan10 - Group 1
  State is Standby

    1 state change, last state change 00:57:26

  Virtual IP address is 10.5.20.254
  Hello time 3 sec, hold time 10 sec
    Next hello sent in 1.220 secs
  Redirect time 600 sec, forwarder time-out 14400 sec
  Preemption enabled, min delay 0 sec
  Active is 10.5.20.1, priority 105 (expires in 9.880 sec)
  Standby is local
  Priority 103 (configured)
  Weighting 90 (default 100), thresholds: lower 1, upper 100
    Track object 1 state Down decrement 10
  Load balancing: round-robin
  Group members:
    c40a.01e4.0000 (10.5.20.1)
    c40b.484c.0000 (10.5.20.2) local
    c40c.4884.0000 (10.5.20.3)
  There are 3 forwarders (1 active)
  Forwarder 1
    State is Listen
    MAC address is 0007.b400.0101 (learnt)
    Owner ID is c40a.01e4.0000
    Time to live: 14399.880 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.20.1 (primary), weighting 90 (expires in 9.880 sec)
  Forwarder 2
    State is Active
      1 state change, last state change 00:57:35
    MAC address is 0007.b400.0102 (default)
    Owner ID is c40b.484c.0000
    Preemption enabled, min delay 30 sec
    Active is local, weighting 90
  Forwarder 3
    State is Listen
    MAC address is 0007.b400.0103 (learnt)
    Owner ID is c40c.4884.0000
    Time to live: 14398.540 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.20.3 (primary), weighting 90 (expires in 8.536 sec)
Vlan20 - Group 2
  State is Listen
    5 state changes, last state change 00:52:51
  Virtual IP address is 10.5.21.254
  Hello time 3 sec, hold time 10 sec
    Next hello sent in 2.280 secs
  Redirect time 600 sec, forwarder time-out 14400 sec
  Preemption enabled, min delay 0 sec
  Active is 10.5.21.3, priority 105 (expires in 9.096 sec)
  Standby is 10.5.21.2, priority 103 (expires in 9.264 sec)
  Priority 100 (default)
  Weighting 90 (default 100), thresholds: lower 1, upper 100
    Track object 1 state Down decrement 10
  Load balancing: round-robin
  Group members:
    c40b.484c.0000 (10.5.21.1) local
    c40c.4884.0000 (10.5.21.2)
    c40d.4804.0000 (10.5.21.3)
  There are 3 forwarders (1 active)
  Forwarder 1
    State is Active
      1 state change, last state change 00:56:29

    MAC address is 0007.b400.0201 (default)
    Owner ID is c40b.484c.0000
    Preemption enabled, min delay 30 sec
    Active is local, weighting 90
  Forwarder 2
    State is Listen
    MAC address is 0007.b400.0202 (learnt)
    Owner ID is c40c.4884.0000
    Time to live: 14397.312 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.21.2 (primary), weighting 90 (expires in 7.312 sec)
  Forwarder 3
    State is Listen
    MAC address is 0007.b400.0203 (learnt)
    Owner ID is c40d.4804.0000
    Time to live: 14397.136 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec

    Active is 10.5.21.3 (primary), weighting 90 (expires in 8.244 sec)

ESW7 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 21 seconds

  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial2/0.10          2     2                                    
    Vlan10                2     2                                    
    Vlan20                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4

  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.12.1            120      00:00:18
    10.5.21.2            120      00:00:26
    10.5.20.3            120      00:00:15
    10.5.21.3            120      00:00:01
    10.5.20.1            120      00:00:06
  Distance: (default is 120)

ESW8

더보기
더보기

ESW8 sh run

Building configuration...

Current configuration : 3312 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW8
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
track 1 interface FastEthernet0/0 line-protocol
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/2
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10

 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Serial2/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial2/0.10 point-to-point
 ip address 10.5.13.2 255.255.255.0
 frame-relay interface-dlci 84   
!
interface Serial2/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.5.20.3 255.255.255.0
 glbp 1 ip 10.5.20.254
 glbp 1 preempt
 glbp 1 weighting track 1

!
interface Vlan20
 ip address 10.5.21.2 255.255.255.0
 glbp 2 ip 10.5.21.254
 glbp 2 priority 103
 glbp 2 preempt
 glbp 2 weighting track 1
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!

***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW8 sh glbp bri

Interface   Grp  Fwd Pri State    Address         Active router   Standby router
Vl10        1    -   100 Listen   10.5.20.254     10.5.20.1       10.5.20.2
Vl10        1    1   -   Listen   0007.b400.0101  10.5.20.1       -
Vl10        1    2   -   Listen   0007.b400.0102  10.5.20.2       -
Vl10        1    3   -   Active   0007.b400.0103  local           -
Vl20        2    -   103 Standby  10.5.21.254     10.5.21.3       local
Vl20        2    1   -   Listen   0007.b400.0201  10.5.21.1       -
Vl20        2    2   -   Active   0007.b400.0202  local           -
Vl20        2    3   -   Listen   0007.b400.0203  10.5.21.3       -

ESW8 sh glbp

Vlan10 - Group 1
  State is Listen
  Virtual IP address is 10.5.20.254
  Hello time 3 sec, hold time 10 sec
    Next hello sent in 1.960 secs
  Redirect time 600 sec, forwarder time-out 14400 sec
  Preemption enabled, min delay 0 sec

  Active is 10.5.20.1, priority 105 (expires in 4.520 sec)
  Standby is 10.5.20.2, priority 103 (expires in 9.168 sec)
  Priority 100 (default)
  Weighting 90 (default 100), thresholds: lower 1, upper 100
    Track object 1 state Down decrement 10
  Load balancing: round-robin
  Group members:
    c40a.01e4.0000 (10.5.20.1)
    c40b.484c.0000 (10.5.20.2)
    c40c.4884.0000 (10.5.20.3) local
  There are 3 forwarders (1 active)
  Forwarder 1
    State is Listen
    MAC address is 0007.b400.0101 (learnt)
    Owner ID is c40a.01e4.0000
    Time to live: 14394.520 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.20.1 (primary), weighting 90 (expires in 4.520 sec)

  Forwarder 2
    State is Listen
    MAC address is 0007.b400.0102 (learnt)
    Owner ID is c40b.484c.0000
    Time to live: 14397.240 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.20.2 (primary), weighting 90 (expires in 7.236 sec)

  Forwarder 3
    State is Active
      1 state change, last state change 00:55:56
    MAC address is 0007.b400.0103 (default)
    Owner ID is c40c.4884.0000
    Preemption enabled, min delay 30 sec
    Active is local, weighting 90

Vlan20 - Group 2
  State is Standby
    3 state changes, last state change 00:52:56
  Virtual IP address is 10.5.21.254
  Hello time 3 sec, hold time 10 sec
    Next hello sent in 0.776 secs
  Redirect time 600 sec, forwarder time-out 14400 sec
  Preemption enabled, min delay 0 sec
  Active is 10.5.21.3, priority 105 (expires in 7.716 sec)
  Standby is local
  Priority 103 (configured)

  Weighting 90 (default 100), thresholds: lower 1, upper 100
    Track object 1 state Down decrement 10
  Load balancing: round-robin
  Group members:
    c40b.484c.0000 (10.5.21.1)
    c40c.4884.0000 (10.5.21.2) local
    c40d.4804.0000 (10.5.21.3)
  There are 3 forwarders (1 active)
  Forwarder 1
    State is Listen
    MAC address is 0007.b400.0201 (learnt)
    Owner ID is c40b.484c.0000
    Time to live: 14395.312 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.21.1 (primary), weighting 90 (expires in 5.308 sec)
  Forwarder 2
    State is Active
      1 state change, last state change 00:55:07
    MAC address is 0007.b400.0202 (default)
    Owner ID is c40c.4884.0000
    Preemption enabled, min delay 30 sec
    Active is local, weighting 90
  Forwarder 3
    State is Listen
    MAC address is 0007.b400.0203 (learnt)
    Owner ID is c40d.4804.0000
    Time to live: 14398.848 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.21.3 (primary), weighting 90 (expires in 8.844 sec)

ESW8 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 19 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial2/0.10          2     2                                    
    Vlan10                2     2                                    
    Vlan20                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.13.1            120      00:00:18
    10.5.20.2            120      00:00:00

    10.5.21.3            120      00:00:20
    10.5.20.1            120      00:00:24
    10.5.21.1            120      00:00:27
  Distance: (default is 120)

ESW9

더보기
더보기

ESW9 sh run


Building configuration...

Current configuration : 3131 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW9
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat


!
!
ip tcp synwait-time 5
!
track 1 interface FastEthernet0/0 line-protocol
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 20
 duplex full
 speed
*Mar  1 02:57:11.803: %GLBP-6-FWDSTATECHANGE: Vlan20 Grp 2 Fwd 1 state Listen -> Active
*Mar  1 02:57:14.387: %GLBP-6-FWDSTATECHANGE: Vlan20 Grp 2 Fwd 2 state Listen -> Active 100
!
interface FastEthernet1/2
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 duplex full
 speed 100
!
interface FastEthernet1/5
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Serial2/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial2/0.10 point-to-point
 ip address 10.5.14.2 255.255.255.0
!
interface Serial2/1
 no ip 
*Mar  1 02:57:15.971: %GLBP-6-FWDSTATECHANGE: Vlan20 Grp 2 Fwd 1 state Active -> Listenaddress
 shutdown
 serial restart-delay 0
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3

 no ip address
 shutdown
 serial restart-delay 0
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan20
 ip address 10.5.21.3 255.255.255.0
 glbp 2 ip 10.5.21.254
 glbp 2 priority 105
 glbp 2 preempt
 glbp 2 weighting track 1
!
router rip
 version 2
 network 10.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vl
*Mar  1 02:57:18.635: %GLBP-6-FWDSTATECHANGE: Vlan20 Grp 2 Fwd 2 state Active -> Listenan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW9 sh glbp bri

Interface   Grp  Fwd Pri State    Address         Active router   Standby router
Vl20        2    -   105 Active   10.5.21.254     local           10.5.21.2
Vl20        2    1   -   Listen   0007.b400.0201  10.5.21.1       -
Vl20        2    2   -   Listen   0007.b400.0202  10.5.21.2       -
Vl20        2    3   -   Active   0007.b400.0203  local           -

ESW9 sh glbp

Vlan20 - Group 2
  State is Active
    1 state change, last state change 00:53:27
  Virtual IP address is 10.5.21.254
  Hello time 3 sec, hold time 10 sec
    Next hello sent in 0.460 secs
  Redirect time 600 sec, forwarder time-out 14400 sec
  Preemption enabled, min delay 0 sec
  Active is local
  Standby is 10.5.21.2, priority 103 (expires in 6.220 sec)
  Priority 105 (configured)
  Weighting 90 (default 100), thresholds: lower 1, upper 100
    Track object 1 state Down decrement 10
  Load balancing: round-robin
  Group members:
    c40b.484c.0000 (10.5.21.1)
    c40c.4884.0000 (10.5.21.2)
    c40d.4804.0000 (10.5.21.3) local

  There are 3 forwarders (1 active)
  Forwarder 1
    State is Listen
      2 state changes, last state change 00:00:06
    MAC address is 0007.b400.0201 (learnt)
    Owner ID is c40b.484c.0000
    Redirection enabled, 593.556 sec remaining (maximum 600 sec)
    Time to live: 14393.556 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.21.1 (primary), weighting 90 (expires in 8.632 sec)
  Forwarder 2
    State is Listen
      2 state changes, last state change 00:00:05
    MAC address is 0007.b400.0202 (learnt)
    Owner ID is c40c.4884.0000
    Redirection enabled, 594.284 sec remaining (maximum 600 sec)
    Time to live: 14394.284 sec (maximum 14400 sec)
    Preemption enabled, min delay 30 sec
    Active is 10.5.21.2 (primary), weighting 90 (expires in 4.280 sec)
    Arp replies sent: 1
  Forwarder 3
    State is Active
      1 state change, last state change 00:53:21
    MAC address is 0007.b400.0203 (default)
    Owner ID is c40d.4804.0000
    Redirection enabled
    Preemption enabled, min delay 30 sec
    Active is local, weighting 90

ESW9 sh ip pro

Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 20 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial2/0.10          2     2                                    
    Vlan20                2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.5.21.2            120      00:00:42
    10.5.21.1            120      00:00:49
  Distance: (default is 120)

ESW10

더보기
더보기

R16 sh run

Building configuration...

Current configuration : 2714 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW10
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat

!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full

 speed 100
!
interface FastEthernet1/2
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/3
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/4
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/5
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/6
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11

 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0

 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW11

더보기
더보기

R17 sh run

Building configuration...

Current configuration : 2714 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW11
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat

!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full

 speed 100
!
interface FastEthernet1/2
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/3
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/4
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/5
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/6
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11

 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0

 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW12

더보기
더보기

R18 sh run

Building configuration...

Current configuration : 2822 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW12
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat

!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport access vlan 10
 duplex full

 speed 100
!
interface FastEthernet1/2
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/3
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/4
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/5
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/6
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/7
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/8
 switchport access vlan 10
 duplex full
 speed 100
!
interface FastEthernet1/9
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/10
 switchport access vlan 20
 duplex full
 speed 100
!
interface FastEthernet1/11

 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0

 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW13

더보기
더보기

R19 sh run

Building configuration...

Current configuration : 2629 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW13
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat

!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 duplex full
 speed 100
!
interface FastEthernet1/2
 switchport mode trunk
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 switchport access vlan 30
 duplex full
 speed 100
!
interface FastEthernet1/5
 switchport access vlan 40
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11
 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server

!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config


To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

ESW14

더보기
더보기

R20 sh run

Building configuration...

Current configuration : 2652 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW14
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat

!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Unused for Layer2 EtherSwitch ***
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 duplex full
 speed 100
!
interface FastEthernet1/1
 switchport mode trunk
 duplex full
 speed 100
!
interface FastEthernet1/2
 switchport mode trunk
 duplex full
 speed 100
!
interface FastEthernet1/3
 duplex full
 speed 100
!
interface FastEthernet1/4
 switchport access vlan 30
 duplex full
 speed 100
!
interface FastEthernet1/5
 switchport access vlan 40
 duplex full
 speed 100
!
interface FastEthernet1/6
 duplex full
 speed 100
!
interface FastEthernet1/7
 duplex full
 speed 100
!
interface FastEthernet1/8
 duplex full
 speed 100
!
interface FastEthernet1/9
 duplex full
 speed 100
!
interface FastEthernet1/10
 duplex full
 speed 100
!
interface FastEthernet1/11

 duplex full
 speed 100
!
interface FastEthernet1/12
 duplex full
 speed 100
!
interface FastEthernet1/13
 duplex full
 speed 100
!
interface FastEthernet1/14
 duplex full
 speed 100
!
interface FastEthernet1/15
 duplex full
 speed 100
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C

***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex

To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config

To view existing vlans use the command "show vlan-switch brief"

Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************

^C
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0

 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end