一个路由器在GNS里变成帧中继 交换机的例子

   FR 就是 R5了   具体的不多说  上 show run   你懂的:

 

FR#show run

Building configuration...

 

Current configuration : 1469 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname FR

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

!

!

ip cef

!

!

!

frame-relay switching

!

!

interface Serial0/0

 no ip address

 encapsulation frame-relay

 serial restart-delay 0

 frame-relay lmi-type cisco

 frame-relay intf-type dce

 frame-relay route 102 interface Serial0/1 201

!

interface Serial0/1

 no ip address

 encapsulation frame-relay

 serial restart-delay 0

 frame-relay lmi-type cisco

 frame-relay intf-type dce

 frame-relay route 201 interface Serial0/0 102

!

interface Serial0/2

 no ip address

 shutdown

 serial restart-delay 0

!

interface Serial0/3

 no ip address

 encapsulation frame-relay

 serial restart-delay 0

 frame-relay lmi-type cisco

 frame-relay intf-type dce

 frame-relay route 312 interface Serial1/0 213

!

interface Serial1/0

 no ip address

 encapsulation frame-relay

 serial restart-delay 0

 frame-relay lmi-type cisco

 frame-relay intf-type dce

 frame-relay route 213 interface Serial0/3 312

!

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

!

ip http server

no ip http secure-server

!        

!

!

!

!

!

control-plane

!

!

!

!

!

!

!

!

!

!

line con 0

line aux 0

line vty 0 4

!

!

end

         

FR#

 

 

 

本文出自 “荒原” 博客,谢绝转载!

你可能感兴趣的:(职场,休闲,GNS,帧中继)