一条物理线路上划分信道(1)

日志 > 网络技术
R1的配置
r1#sh run
Building configuration...
Current configuration : 1466 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
enable password cisco
!
ip subnet-zero
ip cef
!
!
no ip domain-lookup
!
call rsvp-sync
!
!
!
!
!        
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Tunnel0
ip address 198.98.1.1 255.255.255.0
tunnel source 199.99.1.1
tunnel destination 199.99.1.2
!
interface Tunnel1
ip address 198.98.2.1 255.255.255.0
tunnel source 199.99.1.1
tunnel destination 199.99.1.2
!
interface Tunnel2
ip address 198.98.3.1 255.255.255.0
tunnel source 199.99.1.1
tunnel destination 199.99.1.2
!
interface FastEthernet0/0
ip address 199.99.1.1 255.255.255.0
duplex full
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
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 classless
ip route 2.2.2.0 255.255.255.0 198.98.1.2
ip route 2.2.2.0 255.255.255.0 198.98.2.2
ip route 2.2.2.0 255.255.255.0 198.98.3.2
no ip http server
!
!
dial-peer cor custom
!
!
!
!
gatekeeper
shutdown
!
alias exec a sh ip int brief
alias exec b sh ip route
alias exec c sh ip route rip
alias exec d sh run
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
password cisco
login
!
end

R2的配置
r2#sh run
Building configuration...
Current configuration : 1448 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!
enable password cisco
!
ip subnet-zero
ip cef
!
!
no ip domain-lookup
!
call rsvp-sync
!
!
!
!
!        
!
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.0
!
interface Tunnel0
ip address 198.98.1.2 255.255.255.0
tunnel source 199.99.1.2
tunnel destination 199.99.1.1
!
interface Tunnel1
ip address 198.98.2.2 255.255.255.0
tunnel source 199.99.1.2
tunnel destination 199.99.1.1
!
interface Tunnel2
ip address 198.98.3.2 255.255.255.0
tunnel source 199.99.1.2
tunnel destination 199.99.1.1
!
interface FastEthernet0/0
ip address 199.99.1.2 255.255.255.0
duplex full
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
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 classless
ip route 0.0.0.0 0.0.0.0 198.98.1.1
ip route 0.0.0.0 0.0.0.0 198.98.2.1
ip route 0.0.0.0 0.0.0.0 198.98.3.1
no ip http server
!
!
dial-peer cor custom
!
!
!
!
gatekeeper
shutdown
!
alias exec a sh ip int brief
alias exec b sh ip route
alias exec c sh ip route rip
alias exec d sh run
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
password cisco
login
!
end
●�瞀瞀瞀瞀瞀瞀瞀瞀睢�
【形象代言人】:� 新ら九纹�� ...
●�瞀瞀瞀瞀瞀瞀瞀瞀睢�
 

你可能感兴趣的:(职场,休闲,物理,信道,线路)