我是靠谱客的博主 孝顺芹菜,最近开发中收集的这篇文章主要介绍一条物理线路上划分信道(1),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

日志 > 网络技术
b.gif 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
b.gif
●︻︻︻︻︻︻︻︻︻●
【形象代言人】:▍ 新ら九纹龍 ...
●︻︻︻︻︻︻︻︻︻●
 

转载于:https://blog.51cto.com/ciscofans/74232

最后

以上就是孝顺芹菜为你收集整理的一条物理线路上划分信道(1)的全部内容,希望文章能够帮你解决一条物理线路上划分信道(1)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(83)

评论列表共有 0 条评论

立即
投稿
返回
顶部