帧中继和帧中继交换机实验配置清单

一、实验拓扑
帧中继和帧中继交换机实验配置清单_第1张图片
二、配置清单
路由器R1:
Building configuration...
Current configuration : 1231 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
!
ip cef
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source FastEthernet0/0
tunnel destination 192.168.0.2
!
interface Tunnel2
no ip address
tunnel source FastEthernet0/0
tunnel destination 192.168.1.2
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex full
!
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 405 interface Tunnel2 102
frame-relay route 406 interface Tunnel0 100
!
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
!
router ospf 1
log-adjacency-changes
network 192.168.0.1 0.0.0.0 area 0
!
ip classless
no ip http server
no ip http secure-server
!
gatekeeper
shutdown
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
End
路由R2:
Building configuration...
Current configuration : 1434 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
!
ip cef
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source FastEthernet1/0
tunnel destination 192.168.0.1
!
interface Tunnel1
no ip address
tunnel source FastEthernet1/1
tunnel destination 192.168.1.2
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface FastEthernet1/0
ip address 192.168.0.2 255.255.255.0
duplex full
speed 100
!
interface FastEthernet1/1
ip address 192.168.1.1 255.255.255.0
duplex full
speed 100
!
interface Serial2/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 456 interface Tunnel0 100
frame-relay route 605 interface Tunnel1 101
!
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
!
router ospf 2
log-adjacency-changes
network 192.168.0.2 0.0.0.0 area 0
network 192.168.1.1 0.0.0.0 area 0
!
ip classless
no ip http server
no ip http secure-server
!
gatekeeper
shutdown
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
End
路由器R3:
Building configuration...
Current configuration : 1231 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
!
ip cef
frame-relay switching
!
interface Tunnel1
no ip address
tunnel source FastEthernet0/0
tunnel destination 192.168.1.1
!
interface Tunnel2
no ip address
tunnel source FastEthernet0/0
tunnel destination 192.168.0.1
!
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
duplex full
!
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 456 interface Tunnel2 102
frame-relay route 506 interface Tunnel1 101
!
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
!
router ospf 3
log-adjacency-changes
network 192.168.1.2 0.0.0.0 area 0
!
ip classless
no ip http server
no ip http secure-server
!
gatekeeper
shutdown
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
End
路由器R4:
Building configuration...
Current configuration : 1116 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
!
ip cef
!
interface Loopback0
ip address 192.168.4.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
!
interface Serial1/0.1 multipoint
ip address 192.168.2.1 255.255.255.0
frame-relay map ip 192.168.2.2 405 broadcast
frame-relay map ip 192.168.2.3 406 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
!
router rip
version 2
network 192.168.2.0
network 192.168.4.0
no auto-summary
!
ip classless
no ip http server
no ip http secure-server
!
gatekeeper
shutdown
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
End
路由器R5:
Building configuration...
Current configuration : 1116 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
!
ip cef
!
interface Loopback0
ip address 192.168.5.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
!
interface Serial1/0.1 multipoint
ip address 192.168.2.2 255.255.255.0
frame-relay map ip 192.168.2.1 456 broadcast
frame-relay map ip 192.168.2.3 506 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
!
router rip
version 2
network 192.168.2.0
network 192.168.5.0
no auto-summary
!
ip classless
no ip http server
no ip http secure-server
!
gatekeeper
shutdown
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
End
路由器R6:
Building configuration...
Current configuration : 1116 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
!
ip cef
!
interface Loopback0
ip address 192.168.6.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
!
interface Serial1/0.1 multipoint
ip address 192.168.2.3 255.255.255.0
frame-relay map ip 192.168.2.1 456 broadcast
frame-relay map ip 192.168.2.2 605 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
!
router rip
version 2
network 192.168.2.0
network 192.168.6.0
no auto-summary
!
ip classless
no ip http server
no ip http secure-server
!
gatekeeper
shutdown
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
end

你可能感兴趣的:(休闲,交换机,实验,中继,清单)