天天看點

ccnp經典topology配置

下面給出的是FR1的配置(其他配置見附件):

FR1#show run

Building configuration...

Current configuration : 1487 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

hostname FR1

boot-start-marker

boot-end-marker

no aaa new-model

memory-size iomem 5

ip cef

no ip domain lookup

frame-relay switching

interface Serial0/0

 no ip address

 shutdown

 serial restart-delay 0

interface Serial0/1

 encapsulation frame-relay IETF

 frame-relay lmi-type q933a

 frame-relay intf-type dce

 frame-relay route 444 interface Serial0/3 444

interface Serial0/2

 encapsulation frame-relay

 frame-relay lmi-type ansi

 frame-relay route 222 interface Serial0/3 222

interface Serial0/3

 frame-relay route 222 interface Serial0/2 222

 frame-relay route 444 interface Serial0/1 444

interface Ethernet1/0

 half-duplex

interface Ethernet1/1

interface Ethernet1/2

interface Ethernet1/3

!        

ip http server

no ip http secure-server

control-plane

line con 0

 exec-timeout 0 0

 logging synchronous

 transport output all

line aux 0

line vty 0 4

 login

 transport input all

end

FR1#show frma

FR1#show frame

FR1#show frame-relay route

Input Intf      Input Dlci      Output Intf     Output Dlci     Status

Serial0/1       444             Serial0/3       444             active

Serial0/2       222             Serial0/3       222             active

Serial0/3       222             Serial0/2       222             active

Serial0/3       444             Serial0/1       444             active

FR1#show run int s0/1

Current configuration : 200 bytes

FR1#conf t

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

FR1(config)#int s0/1

FR1(config-if)#fram

FR1(config-if)#frame-relay route 222 int s0/2 222

FR1(config-if)#end

FR1#show ru

*Mar  1 01:00:36.859: %SYS-5-CONFIG_I: Configured from console by console

Current configuration : 247 bytes

FR1#show run int s0/2

Current configuration : 194 bytes

FR1(config)#int s0/2

FR1(config-if)#frma

FR1(config-if)#frame

FR1(config-if)#frame-relay route 444 int s0/3 222

FR1#shwo  

*Mar  1 01:01:06.315: %SYS-5-CONFIG_I: Configured from console by console

Current configuration : 241 bytes

 frame-relay route 444 interface Serial0/3 222

FR1#show run int s0/3

Current configuration : 214 bytes

FR1(config-if)#no frame-relay route 222 interface Serial0/2 222

FR1(config-if)#frame-relay route 444 int s0/2 222

Can't use same dlci on overlapping circuits

FR1(config-if)#no frame-relay route 444 interface Serial0/3 444

FR1(config-if)#frame-relay route 444 int s0/2 222             

FR1(config-if)#frame-relay route 222 int s0/3 222

FR1#shwo   

*Mar  1 01:05:11.183: %SYS-5-CONFIG_I: Configured from console by console

 frame-relay route 444 interface Serial0/2 222

FR1(config-if)#no frame-relay route 444 interface Serial0/3 222

No such entry in the route table

FR1(config-if)#do show run int s0/2

FR1(config-if)#no frame-relay route 222 interface Serial0/3 222

FR1(config-if)#frame-relay route 444 int s0/1 444

FR1#show run int s

*Mar  1 01:08:51.283: %SYS-5-CONFIG_I: Configured from console by console

FR1#show ip ospf nei

FR1#

*Mar  1 01:40:34.271: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to down

*Mar  1 01:40:34.287: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2, changed state to down

*Mar  1 01:41:03.799: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2, changed state to up

*Mar  1 01:41:04.275: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

*Mar  1 01:49:34.631: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to down

*Mar  1 01:49:34.639: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2, changed state to down

*Mar  1 01:49:34.643: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3, changed state to down

*Mar  1 01:50:00.739: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3, changed state to up

*Mar  1 01:50:03.819: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2, changed state to up

*Mar  1 01:50:04.143: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

繼續閱讀