您的位置:首页 > 其它

Ubuntu 12.04中文输入法的安装

2013-07-30 09:06 246 查看
实验环境:
CISCO 2620 1
CISCO 2950 3
PC 2

实验目的:
使PC0与PC1能够正常通信



实验命令
R1:

version 12.2
no service password-encryption
!
hostname r1
!
!
!
!
!
ip ssh version 1
no ip domain-lookup
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/0.2
encapsulation dot1Q 20
ip address 10.1.1.254 255.255.255.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 10.1.2.254 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
login
!
!
end

SW1:

version 12.2
no service password-encryption
!
hostname r1
!
!
!
!
!
ip ssh version 1
no ip domain-lookup
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/0.2
encapsulation dot1Q 20
ip address 10.1.1.254 255.255.255.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 10.1.2.254 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
login
!
!
end

SW2:

version 12.2
no service password-encryption
!
hostname r1
!
!
!
!
!
ip ssh version 1
no ip domain-lookup
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/0.2
encapsulation dot1Q 20
ip address 10.1.1.254 255.255.255.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 10.1.2.254 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
login
!
!
end

SW3:

version 12.2
no service password-encryption
!
hostname r1
!
!
!
!
!
ip ssh version 1
no ip domain-lookup
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/0.2
encapsulation dot1Q 20
ip address 10.1.1.254 255.255.255.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 10.1.2.254 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
login
!
!
end

最终结果


本文出自 “小辉” 博客,请务必保留此出处http://qianhui.blog.51cto.com/621409/269058
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: