| |
Cisco实战:配置三层交换的综合案例 |
出处:bbs.net130.com |
|
| [ 2005-03-28 10:20:56
] |
作者:浩海孤帆 ancy
|
责任编辑:lujiezhen |
-
configure terminal interface range fastethernet 0/1 – 20 switchport mode access switchport access vlan 3 no shutdown spanning-tree portfast
spanning-tree uplinefast spanning-tree backbonefast
interface gigabitethernet 0/1 switchport mode trunk switchport trunk encapsulation dotlq switchport trunk allowed vlan all spanning-tree cost 10
interface gigabitethernet 0/2 switchport mode trunk switchport trunk encapsulation dotlq switchport trunk allowed vlan all spanning-tree cost 20 exit
line con 0 line aux 0 line vty 0 15 password 12345678 login end copy running-config startup-config reload
其它交换机配置类似。
ad
|