此實驗過程是使用Boson NetSim for CCNP version 6.0 BETA 1軟體下做的。其中使用一臺C3640和三臺C2501路由器。
 
一個由4臺路由器連線的幀中繼點到點網路的操作例項
 
 
 
如果要每個DTE端子介面與對方的每個子介面通訊必須進行route rip

 

R1R3640

———————————————————————————————————————–
Press Enter to Start

 

 

Router>

Router>

Router>

Router>enable

Router#show version

 

Boson Operating Simulation Software

BOSS ™ C3600 Software (C3600-Enterprise), Version 12.1, RELEASE SOFTWARE

Copyright (c) 1998-2003 by Boson Software, Inc.

 

BOSS ROM: System Bootstrap, Version 12.2, RELEASE SOFTWARE

Router Uptime Is 0 days, 0 hours, 2 minutes

System restarted by power-on

System p_w_picpath file is “”flash:c3600-enterprise.12.1.boss””, booted via flash

Boson 3600 (BOSS) processor (revision 5.0)

1 Ethernet/IEEE 802.3 interface(s)

1 Fast Ethernet/IEEE 802.3 interface(s)

1 Serial network interface(s)

3 ISDN Basic Rate interface(s)

32K bytes of simulated non-volatile configuration memory.

8192K bytes of simulated System flash (Read/Write)

 

 

Configuration register is 0X2102

 

Router#

Router#

Router#

Router#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#hostname R1

R1(config)#

R1(config)#

R1(config)#interface serial 0/0

R1(config-if)#no shutdown

%LINK-3-UPDOWN: Interface Serial0/0, changed state to up

%LINK-3-UPDOWN: Interface Serial0/0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down

R1(config-if)#no ip address

R1(config-if)#encapsulation frame-relay

R1(config-if)#

R1(config-if)#interface serial 0/0.2 point-to-point

R1(config-subif)#ip address 10.1.1.1 255.255.255.252

R1(config-subif)#bandwidth 64

R1(config-subif)#frame-relay interface-dlci 102

R1(config-subif)#

R1(config-subif)#

R1(config-subif)# interface serial 0/0.3 point-to-point

R1(config-subif)#ip address 10.1.1.5 255.255.255.252

R1(config-subif)#bandwidth 64

R1(config-subif)#frame-relay interface-dlci 103

R1(config-subif)#

R1(config-subif)#interface serial 0/0.4 point-to-point

R1(config-subif)#ip address 10.1.1.8 255.255.255.252

R1(config-subif)#bandwidth 64

R1(config-subif)#frame-relay interface-dlci 104

R1(config-subif)#

%LINK-3-UPDOWN: Interface Serial0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

21:49:39: %FR-5-DLCICHANGE: Interface Serial0/0.2 – DLCI 102 state changed to ACTIVE

21:49:39: %FR-5-DLCICHANGE: Interface Serial0/0.3 – DLCI 103 state changed to ACTIVE

21:49:39: %FR-5-DLCICHANGE: Interface Serial0/0.4 – DLCI 104 state changed to ACTIVE

R1(config-subif)#end

R1#

R1#

R1#show frame-relay lmi

show frame-relay lmi

 

LMI Statistics for interface Serial0/0 (Frame Relay DTE) LMI TYPE = CISCO

Invalid Unnumbered info 0             Invalid Prot Disc 0

Invalid dummy Call Ref 0              Invalid Msg Type 0

Invalid Status Message 0              Invalid Lock Shift 0

Invalid Information ID 0              Invalid Report IE Len 0

Invalid Report Request 0              Invalid Keep IE Len 0

Num Status Enq. Sent 160              Num Status msgs Rcvd 137

Num Update Status Rcvd 0              Num Status Timeouts 13

 

 

R1#

R1#

R1#show interface serial 0/0

Serial0/0 is up, line protocol is up

  Hardware is HD64570

  MTU 1500 bytes, BW 1544 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

  LMI enq sent  1472, LMI stat recvd 1472, LMI upd recvd 0, DTE LMI up

  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0

  LMI DLCI 0  LMI type is CISCO  frame relay DTE

  FR SVC disabled, LAPF state down

  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 300

  Last input 00:00:00, output 00:00:00, output hang never

  Last clearing of show interface counters never

  Queueing strategy: fifo

  Output queue 0/40, 0 drops; input queue 0/75, 0 drops

  5 minute input rate 1000 bits/sec, 2 packets/sec

  5 minute output rate 1000 bits/sec, 2 packets/sec

     0 packets input, 0 bytes, 0 no buffer

     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

     0 input packets with dribble condition detected

     0 packets output, 0 bytes, 0 underruns

     0 output errors, 0 collisions, 0 interface resets

     0 babbles, 0 late collision, 0 deferred

     0 lost carrier, 0 no carrier

     0 output buffer failures, 0 output buffers swapped out

 

R1#

R1#

R1#show interface serial 0/0.2

Serial0/0.2.2 is up, line protocol is up

  Internet address is 10.1.1.1/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R1#

R1#

R1#show interface serial 0/0.3

Serial0/0.3.3 is up, line protocol is up

  Internet address is 10.1.1.5/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R1#

R1#

R1#show interface serial 0/0.4

Serial0/0.4.4 is up, line protocol is up

  Internet address is 10.1.1.8/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R1#

R1#

R1#show frame-relay map

Serial0/0.2 (up): point-to-point dlci, dlci 102(0x66,0x1860), broadcast

        status defined, active

Serial0/0.3 (up): point-to-point dlci, dlci 103(0x66,0x1860), broadcast

        status defined, active

Serial0/0.4 (up): point-to-point dlci, dlci 104(0x66,0x1860), broadcast

        status defined, active

 

R1#

R1#

R1#show frame-relay pvc

PVC Statistics for interface Serial0/0 (Frame Relay DTE)

 

DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.2

 

input pkts 88                output pkts 57               in bytes 14504

out bytes 6037               dropped pkts 80              in FECN pkts 112 

in BECN pkts 70              out FECN pkts 110            out BECN pkts 78   

in DE pkts 87                out DE pkts 28  

out bcast pkts 119           out bcast bytes 13809

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0/0 (Frame Relay DTE)

 

DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.3

 

input pkts 99                output pkts 23               in bytes 1595

out bytes 8099               dropped pkts 117             in FECN pkts 55  

in BECN pkts 68              out FECN pkts 60             out BECN pkts 86  

in DE pkts 93                out DE pkts 9  

out bcast pkts 58            out bcast bytes 7245

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0/0 (Frame Relay DTE)

 

DLCI = 104, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.4

 

input pkts 82                output pkts 105              in bytes 11271

out bytes 4828               dropped pkts 77              in FECN pkts 120 

in BECN pkts 47              out FECN pkts 91             out BECN pkts 78  

in DE pkts 54                out DE pkts 8  

out bcast pkts 29            out bcast bytes 3340

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

 

 

R1#

R1#
 

R2R2501

———————————————————————————————————————–
Press Enter to Start

 

 

Router>

Router>enable

Router#show version

 

Boson Operating Simulation Software

BOSS ™ C2500 Software (C2500-Enterprise), Version 12.1, RELEASE SOFTWARE

Copyright (c) 1998-2003 by Boson Software, Inc.

 

BOSS ROM: System Bootstrap, Version 12.2, RELEASE SOFTWARE

Router Uptime Is 0 days, 0 hours, 0 minutes

System restarted by power-on

System p_w_picpath file is “”flash:c2500-enterprise.12.1.boss””, booted via flash

Boson 2500 (BOSS) processor (revision 5.0)

1 Ethernet/IEEE 802.3 interface(s)

2 Serial network interface(s)

3 ISDN Basic Rate interface(s)

32K bytes of simulated non-volatile configuration memory.

8192K bytes of simulated System flash (Read/Write)

 

 

Configuration register is 0X2102

 

Router#

Router#

Router#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#hostname R2

R2(config)#

R2(config)#

R2(config)#interface serial 0

R2(config-if)#no shutdown

%LINK-3-UPDOWN: Interface Serial0, changed state to up

R2(config-if)#no ip address

%LINK-3-UPDOWN: Interface Serial0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down

R2(config-if)#encapsulation frame-relay

R2(config-if)#

R2(config-if)#

%LINK-3-UPDOWN: Interface Serial0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up

R2(config-if)#interface serial 0.2 point-to-point

R2(config-subif)#ip address 10.1.1.2 255.255.255.252

R2(config-subif)#bandwidth 64

R2(config-subif)#frame-relay interface-dlci 201

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.2 – DLCI 201 state changed to ACTIVE

R2(config-subif)#

R2(config-subif)#interface serial 0.3 point-to-point

R2(config-subif)#ip address 10.1.1.11 255.255.255.252

R2(config-subif)#bandwidth 64

R2(config-subif)#frame-relay interface-dlci 203

R2(config-subif)#

R2(config-subif)#

R2(config-subif)#interface serial 0.4 point-to-point

R2(config-subif)#ip address 10.1.1.14 255.255.255.252

R2(config-subif)#bandwidth 64

R2(config-subif)#frame-relay interface-dlci 204

R2(config-subif)#

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.3 – DLCI 203 state changed to ACTIVE

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.4 – DLCI 204 state changed to ACTIVE

R2(config-subif)#end

R2#

R2#

R2#show frame-relay lmi

show frame-relay lmi

 

LMI Statistics for interface Serial0 (Frame Relay DTE) LMI TYPE = CISCO

Invalid Unnumbered info 0             Invalid Prot Disc 0

Invalid dummy Call Ref 0              Invalid Msg Type 0

Invalid Status Message 0              Invalid Lock Shift 0

Invalid Information ID 0              Invalid Report IE Len 0

Invalid Report Request 0              Invalid Keep IE Len 0

Num Status Enq. Sent 160              Num Status msgs Rcvd 137

Num Update Status Rcvd 0              Num Status Timeouts 13

 

 

R2#

R2#

R2#show interface serial 0

Serial0 is up, line protocol is up

  Hardware is HD64570

  MTU 1500 bytes, BW 1544 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

  LMI enq sent  1472, LMI stat recvd 1472, LMI upd recvd 0, DTE LMI up

  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0

  LMI DLCI 0  LMI type is CISCO  frame relay DTE

  FR SVC disabled, LAPF state down

  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 300

  Last input 00:00:00, output 00:00:00, output hang never

  Last clearing of show interface counters never

  Queueing strategy: fifo

  Output queue 0/40, 0 drops; input queue 0/75, 0 drops

  5 minute input rate 1000 bits/sec, 2 packets/sec

  5 minute output rate 1000 bits/sec, 2 packets/sec

     0 packets input, 0 bytes, 0 no buffer

     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

     0 input packets with dribble condition detected

     0 packets output, 0 bytes, 0 underruns

     0 output errors, 0 collisions, 0 interface resets

     0 babbles, 0 late collision, 0 deferred

     0 lost carrier, 0 no carrier

     0 output buffer failures, 0 output buffers swapped out

 

R2#show interface serial 0.2

Serial0.2.2 is up, line protocol is up

  Internet address is 10.1.1.2/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R2#

R2#

R2#show interface serial 0.3

Serial0.3.3 is up, line protocol is up

  Internet address is 10.1.1.11/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R2#

R2#

R2#show interface serial 0.4

Serial0.4.4 is up, line protocol is up

  Internet address is 10.1.1.14/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R2#

R2#

R2#show frame-relay map

Serial0.2 (up): point-to-point dlci, dlci 201(0x66,0x1860), broadcast

        status defined, active

Serial0.3 (up): point-to-point dlci, dlci 203(0x66,0x1860), broadcast

        status defined, active

Serial0.4 (up): point-to-point dlci, dlci 204(0x66,0x1860), broadcast

        status defined, active

 

R2#

R2#

R2#show frame-relay pvc

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.2

 

input pkts 104               output pkts 116              in bytes 9842

out bytes 7840               dropped pkts 82              in FECN pkts 33  

in BECN pkts 62              out FECN pkts 61             out BECN pkts 97  

in DE pkts 105               out DE pkts 112 

out bcast pkts 93            out bcast bytes 3557

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 203, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.3

 

input pkts 66                output pkts 49               in bytes 1238

out bytes 10914              dropped pkts 95              in FECN pkts 24  

in BECN pkts 89              out FECN pkts 99             out BECN pkts 13  

in DE pkts 36                out DE pkts 84  

out bcast pkts 114           out bcast bytes 10318

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 204, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.4

 

input pkts 54                output pkts 116              in bytes 5718

out bytes 5362               dropped pkts 110             in FECN pkts 68  

in BECN pkts 107             out FECN pkts 75             out BECN pkts 85  

in DE pkts 25                out DE pkts 85  

out bcast pkts 111           out bcast bytes 11746

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

 

 

R2#

R2#

 

R3R2501

———————————————————————————————————————–
Press Enter to Start

 

 

Router>

Router>

Router>enable

Router#show version

 

Boson Operating Simulation Software

BOSS ™ C2500 Software (C2500-Enterprise), Version 12.1, RELEASE SOFTWARE

Copyright (c) 1998-2003 by Boson Software, Inc.

 

BOSS ROM: System Bootstrap, Version 12.2, RELEASE SOFTWARE

Router Uptime Is 0 days, 0 hours, 14 minutes

System restarted by power-on

System p_w_picpath file is “”flash:c2500-enterprise.12.1.boss””, booted via flash

Boson 2500 (BOSS) processor (revision 5.0)

1 Ethernet/IEEE 802.3 interface(s)

2 Serial network interface(s)

3 ISDN Basic Rate interface(s)

32K bytes of simulated non-volatile configuration memory.

8192K bytes of simulated System flash (Read/Write)

 

 

Configuration register is 0X2102

 

Router#

Router#

Router#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#hostname R3

R3(config)#

R3(config)#

R3(config)#interface serial 0

R3(config-if)#no shutdown

%LINK-3-UPDOWN: Interface Serial0, changed state to up

R3(config-if)#no ip address

%LINK-3-UPDOWN: Interface Serial0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down

R3(config-if)#encapsulation frame-relay

%LINK-3-UPDOWN: Interface Serial0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up

R3(config-if)#

R3(config-if)#interface serial 0.2 point-to-point

R3(config-subif)#ip address 10.1.1.6 255.255.255.252

R3(config-subif)#bandwidth 64

R3(config-subif)#frame-relay interface-dlci 301

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.2 – DLCI 301 state changed to ACTIVE

R3(config-subif)#

R3(config-subif)#

R3(config-subif)#interface serial 0.3 point-to-point

R3(config-subif)#ip address 10.1.1.12 255.255.255.252

R3(config-subif)#bandwidth 64

R3(config-subif)#frame-relay interface-dlci 302

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.3 – DLCI 302 state changed to ACTIVE

R3(config-subif)#

R3(config-subif)#

R3(config-subif)#interface serial 0.4 point-to-point

R3(config-subif)#ip address 10.1.1.17 255.255.255.252

R3(config-subif)#bandwidth 64

R3(config-subif)#frame-relay interface-dlci 304

R3(config-subif)#

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.4 – DLCI 304 state changed to ACTIVE

R3(config-subif)#end

R3#

R3#

R3#show frame-relay lmi

show frame-relay lmi

 

LMI Statistics for interface Serial0 (Frame Relay DTE) LMI TYPE = CISCO

Invalid Unnumbered info 0             Invalid Prot Disc 0

Invalid dummy Call Ref 0              Invalid Msg Type 0

Invalid Status Message 0              Invalid Lock Shift 0

Invalid Information ID 0              Invalid Report IE Len 0

Invalid Report Request 0              Invalid Keep IE Len 0

Num Status Enq. Sent 160              Num Status msgs Rcvd 137

Num Update Status Rcvd 0              Num Status Timeouts 13

 

 

R3#

R3#

R3#show interface serial 0

Serial0 is up, line protocol is up

  Hardware is HD64570

  MTU 1500 bytes, BW 1544 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

  LMI enq sent  1472, LMI stat recvd 1472, LMI upd recvd 0, DTE LMI up

  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0

  LMI DLCI 0  LMI type is CISCO  frame relay DTE

  FR SVC disabled, LAPF state down

  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 300

  Last input 00:00:00, output 00:00:00, output hang never

  Last clearing of show interface counters never

  Queueing strategy: fifo

  Output queue 0/40, 0 drops; input queue 0/75, 0 drops

  5 minute input rate 1000 bits/sec, 2 packets/sec

  5 minute output rate 1000 bits/sec, 2 packets/sec

     0 packets input, 0 bytes, 0 no buffer

     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

     0 input packets with dribble condition detected

     0 packets output, 0 bytes, 0 underruns

     0 output errors, 0 collisions, 0 interface resets

     0 babbles, 0 late collision, 0 deferred

     0 lost carrier, 0 no carrier

     0 output buffer failures, 0 output buffers swapped out

 

R3#

R3#

R3#show interface serial 0.2

Serial0.2.2 is up, line protocol is up

  Internet address is 10.1.1.6/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R3#

R3#

R3#show interface serial 0.3

Serial0.3.3 is up, line protocol is up

  Internet address is 10.1.1.12/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R3#

R3#

R3#show interface serial 0.4

Serial0.4.4 is up, line protocol is up

  Internet address is 10.1.1.17/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R3#

R3#

R3#show frame-relay map

Serial0.3 (up): point-to-point dlci, dlci 302(0x66,0x1860), broadcast

        status defined, active

Serial0.2 (up): point-to-point dlci, dlci 301(0x66,0x1860), broadcast

        status defined, active

Serial0.4 (up): point-to-point dlci, dlci 304(0x66,0x1860), broadcast

        status defined, active

 

R3#

R3#

R3#show frame-relay pvc

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.2

 

input pkts 85                output pkts 78               in bytes 1056

out bytes 7303               dropped pkts 117             in FECN pkts 99  

in BECN pkts 90              out FECN pkts 117            out BECN pkts 37  

in DE pkts 71                out DE pkts 120 

out bcast pkts 92            out bcast bytes 13807

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 302, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.3

 

input pkts 49                output pkts 37               in bytes 12636

out bytes 5284               dropped pkts 119             in FECN pkts 47  

in BECN pkts 59              out FECN pkts 78             out BECN pkts 54  

in DE pkts 7                out DE pkts 28  

out bcast pkts 29            out bcast bytes 2784

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 304, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.4

 

input pkts 37                output pkts 89               in bytes 12778

out bytes 14840              dropped pkts 72              in FECN pkts 102 

in BECN pkts 100             out FECN pkts 18             out BECN pkts 27  

in DE pkts 33                out DE pkts 14  

out bcast pkts 71            out bcast bytes 12838

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

 

 

R3#

R3#

 

R4R2501

———————————————————————————————————————–
Press Enter to Start

 

 

Router>

Router>

Router>enable

Router#show version

 

Boson Operating Simulation Software

BOSS ™ C2500 Software (C2500-Enterprise), Version 12.1, RELEASE SOFTWARE

Copyright (c) 1998-2003 by Boson Software, Inc.

 

BOSS ROM: System Bootstrap, Version 12.2, RELEASE SOFTWARE

Router Uptime Is 0 days, 0 hours, 18 minutes

System restarted by power-on

System p_w_picpath file is “”flash:c2500-enterprise.12.1.boss””, booted via flash

Boson 2500 (BOSS) processor (revision 5.0)

1 Ethernet/IEEE 802.3 interface(s)

2 Serial network interface(s)

3 ISDN Basic Rate interface(s)

32K bytes of simulated non-volatile configuration memory.

8192K bytes of simulated System flash (Read/Write)

 

 

Configuration register is 0X2102

 

Router#

Router#

Router#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#hostname R4

R4(config)#

R4(config)#

R4(config)#interface serial 0

R4(config-if)#no shutdown

%LINK-3-UPDOWN: Interface Serial0, changed state to up

R4(config-if)#no ip address

%LINK-3-UPDOWN: Interface Serial0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down

R4(config-if)#encapsulation frame-relay

%LINK-3-UPDOWN: Interface Serial0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up

R4(config-if)#

R4(config-if)#

R4(config-if)#interface serial 0.2 point-to-point

R4(config-subif)#ip address 10.1.1.9 255.255.255.252

R4(config-subif)#bandwidth 64

R4(config-subif)#frame-relay interface-dlci 401

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.2 – DLCI 401 state changed to ACTIVE

R4(config-subif)#

R4(config-subif)#

R4(config-subif)#interface serial 0.3 point-to-point

R4(config-subif)#ip address 10.1.1.15 255.255.255.252

R4(config-subif)#bandwidth 64

R4(config-subif)#frame-relay interface-dlci 402

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.3 – DLCI 402 state changed to ACTIVE

R4(config-subif)#

R4(config-subif)#

R4(config-subif)#interface serial 0.4 point-to-point

R4(config-subif)#ip address 10.1.1.18 255.255.255.252

R4(config-subif)#bandwidth 64

R4(config-subif)#frame-relay interface-dlci 403

21:49:39: %FR-5-DLCICHANGE: Interface Serial0.4 – DLCI 403 state changed to ACTIVE

R4(config-subif)#

R4(config-subif)#

R4(config-subif)#end

R4#

R4#

R4#show frame-relay lmi

show frame-relay lmi

 

LMI Statistics for interface Serial0 (Frame Relay DTE) LMI TYPE = CISCO

Invalid Unnumbered info 0             Invalid Prot Disc 0

Invalid dummy Call Ref 0              Invalid Msg Type 0

Invalid Status Message 0              Invalid Lock Shift 0

Invalid Information ID 0              Invalid Report IE Len 0

Invalid Report Request 0              Invalid Keep IE Len 0

Num Status Enq. Sent 160              Num Status msgs Rcvd 137

Num Update Status Rcvd 0              Num Status Timeouts 13

 

 

R4#

R4#

R4#show interface serial 0

Serial0 is up, line protocol is up

  Hardware is HD64570

  MTU 1500 bytes, BW 1544 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

  LMI enq sent  1472, LMI stat recvd 1472, LMI upd recvd 0, DTE LMI up

  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0

  LMI DLCI 0  LMI type is CISCO  frame relay DTE

  FR SVC disabled, LAPF state down

  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 300

  Last input 00:00:00, output 00:00:00, output hang never

  Last clearing of show interface counters never

  Queueing strategy: fifo

  Output queue 0/40, 0 drops; input queue 0/75, 0 drops

  5 minute input rate 1000 bits/sec, 2 packets/sec

  5 minute output rate 1000 bits/sec, 2 packets/sec

     0 packets input, 0 bytes, 0 no buffer

     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

     0 input packets with dribble condition detected

     0 packets output, 0 bytes, 0 underruns

     0 output errors, 0 collisions, 0 interface resets

     0 babbles, 0 late collision, 0 deferred

     0 lost carrier, 0 no carrier

     0 output buffer failures, 0 output buffers swapped out

 

R4#

R4#

R4#show interface serial 0.2

Serial0.2.2 is up, line protocol is up

  Internet address is 10.1.1.9/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R4#

R4#

R4#show interface serial 0.2

Serial0.2.2 is up, line protocol is up

  Internet address is 10.1.1.9/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R4#

R4#

R4#show interface serial 0.3

Serial0.3.3 is up, line protocol is up

  Internet address is 10.1.1.15/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R4#

R4#

R4#show interface serial 0.4

Serial0.4.4 is up, line protocol is up

  Internet address is 10.1.1.18/30

  MTU 1500 bytes, BW 64 Kbit, DLY 1000 usec, rely 255/255, load 1/255

  Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)

 

R4#

R4#

R4#show frame-relay map

Serial0.4 (up): point-to-point dlci, dlci 403(0x66,0x1860), broadcast

        status defined, active

Serial0.3 (up): point-to-point dlci, dlci 402(0x66,0x1860), broadcast

        status defined, active

Serial0.2 (up): point-to-point dlci, dlci 401(0x66,0x1860), broadcast

        status defined, active

 

R4#

R4#

R4#show frame-relay pvc

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 401, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.2

 

input pkts 6                output pkts 88               in bytes 5436

out bytes 6109               dropped pkts 98              in FECN pkts 45  

in BECN pkts 56              out FECN pkts 87             out BECN pkts 79  

in DE pkts 40                out DE pkts 71  

out bcast pkts 10            out bcast bytes 935 

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 402, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.3

 

input pkts 72                output pkts 92               in bytes 14735

out bytes 7914               dropped pkts 111             in FECN pkts 64  

in BECN pkts 118             out FECN pkts 41             out BECN pkts 100 

in DE pkts 41                out DE pkts 67  

out bcast pkts 53            out bcast bytes 11503

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

PVC Statistics for interface Serial0 (Frame Relay DTE)

 

DLCI = 403, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0.4

 

input pkts 57                output pkts 108              in bytes 8549

out bytes 11623              dropped pkts 109             in FECN pkts 100 

in BECN pkts 9              out FECN pkts 47             out BECN pkts 81  

in DE pkts 98                out DE pkts 101 

out bcast pkts 5            out bcast bytes 6963

pvc create time 00:32:04, last time pvc status changed 00:32:05

 

 

 

R4#

R4#

R4#