精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>网络专区>>● CISCO>>配置样例>>再给一个路由器做桥的配置

主题:再给一个路由器做桥的配置
发信人: awinwan(泡沫爱情)
整理人: sglzx(2002-12-20 13:06:55), 站内信件
tokyu-sz#sh ru
Building configuration...
 
Current configuration : 866 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname tokyu-sz
!
logging rate-limit console 10 except errors
enable secret 5 $1$tyOr$6jpt1CAx9Y0Y80k1IkDKw.
!
memory-size iomem 25
ip subnet-zero
no ip routing
no ip finger
!
!
!
!
interface FastEthernet0
 ip address 198.127.18.6 255.255.255.0
 no ip route-cache
 speed auto
 full-duplex
 bridge-group 1
!
interface Serial0
 description 128K Leased Line link from SZ to HK on B17A0860
 bandwidth 128
 ip address 198.127.18.5 255.255.255.0
 no ip route-cache
 no fair-queue
 bridge-group 1
!
ip classless
no ip http server
!
bridge 1 protocol ieee
!
line con 0
 password csl
 login
 transport input none
line aux 0
line vty 0 4
 exec-timeout 0 0
 password csl
 logging synchronous
 login
!
no scheduler allocate
end



rying 198.127.18.3 ... Open
 
 
User Access Verification
 
Password:
tokyu-hk>en
Password:
tokyu-hk#sh ru
Building configuration...
 
Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname tokyu-hk
!
enable secret 5 $1$BE0q$hj.WBtIBYppMX3zyfaPbR1
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
no ip routing
!
!
!
!
interface Serial0
 description 128k DL546267 connect to SZ
 ip address 198.127.18.4 255.255.255.0
 no ip route-cache
 no fair-queue
 bridge-group 1
!
interface FastEthernet0
 ip address 198.127.18.3 255.255.255.0
 no ip route-cache
 speed auto
 bridge-group 1
!
ip classless
no ip http server
!
bridge 1 protocol ieee
!
line con 0
 transport input none
line aux 0
line vty 0 4
 password csl
 login
!
no scheduler allocate
end
 

[关闭][返回]