‘壹’ GNS3交换机
谁说dot1q只能透传1个VLAN的,trunk就是用来透传VLAN的,有2种封装方式dot1q和ISL,两着的功能基本相同。至于GNS3为什么只有dot1q封装,可能是IOS的问题
‘贰’ GNS3配置VTP时,2太交换机配置了trunk,但其工作模式却是down掉的,VTP也无法实现,2台交换机配置如下
你是用的两台c3600加载的sw模块吧?两台都起了?即便不建trunk,口连好了也应该是up up的
在trunk口上建议shut down再no shut下
SW1#sh interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/1 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/1 1-1005
Port Vlans allowed and active in management domain
Fa0/1 1
Port Vlans in spanning tree forwarding state and not pruned
Fa0/1 1
SW1#
SW1#sh dtp interface fa0/1
DTP Interface Information:
TOS/TAS/TNS: TRUNK/NONEGOTIATE/TRUNK
TOT/TAT/TNT: 802.1Q/802.1Q/802.1Q
Neighbor address 1: 000000000000
Neighbor address 2: 000000000000
Hello timer expiration ms/state: 0/STOPPED
Access timer expiration ms/state: 0/STOPPED
Negotiation timer expiration ms/state: 0/STOPPED
Multidrop timer expiration ms/state: 0/STOPPED
FSM state: S6:TRUNK
# times multi & trunk: 0
Enabled: 1
In STP: 0
SW1#
‘叁’ GNS3如何把以太交换机端口设为TRUNK和NO SWITCHPORT模式
直接进入端口模式,然后使用命令
switchport encaps dot1q
switchport mode trunk
以及
no switchport
就可以了!
‘肆’ 如何在gns3中配置pix防火墙
你需要先添加PIX的IOS才可以拖动图标到工作区。添加的位置是:编辑》首选项》QEMU》PIX,然后在binary image处添加下载回来的.BIN文件,最后还要在下面的KEY和序列号里填入序列号,可以尝试KEY:0x00000000,0x00000000,0x00000000,0x00000000,序列号:0x87654321。
‘伍’ GNS3中ASA配置子接口VLAN通过不了交换机的trunk
你交换机上ip都没 你想怎么通???
‘陆’ 交换机的trunk接口怎么配置
楼上的那位,连协议都没配。cisco交换怎么会让你配置trunk,一看就是来的。
config)#int
f1/1
config-if)#switchport
trunk
encapsulation
dot1q/isl
config-if)#switchport
mode
trunk
config-if)#switchport
trunk
allowed
vlan
all
‘柒’ GNS3中交换机怎么只有trunk和access模式 怎么没有auto和desirable模式
每个厂商的VLAN模式都可以是不同的,trunk模式和access模式是比较主流的模式,不过无论任何模式,配到芯片内部都是一样的,那就是我想让哪些端口带标签,哪些端口不带标签,关于你所说的auto模式和desirable模式我不是很熟悉,不过配置到内部芯片应该也是一样的!
‘捌’ gns3中怎样配置交换机
你是用的两台c3600加载的sw模块吧?两台都起了?即便不建trunk,口连好了也应该是up up的
在trunk口上建议shut down再no shut下
SW1#sh interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/1 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/1 1-1005
Port Vlans allowed and active in management domain
Fa0/1 1
Port Vlans in spanning tree forwarding state and not pruned
Fa0/1 1
SW1#
SW1#sh dtp interface fa0/1
DTP Interface Information:
TOS/TAS/TNS: TRUNK/NONEGOTIATE/TRUNK
TOT/TAT/TNT: 802.1Q/802.1Q/802.1Q
Neighbor address 1: 000000000000
Neighbor address 2: 000000000000
Hello timer expiration ms/state: 0/STOPPED
Access timer expiration ms/state: 0/STOPPED
Negotiation timer expiration ms/state: 0/STOPPED
Multidrop timer expiration ms/state: 0/STOPPED
FSM state: S6:TRUNK
# times multi & trunk: 0
Enabled: 1
In STP: 0
SW1#
‘玖’ GNS3模拟三层交换机,不能配置trunk干线,求解答
接口状态!配置成二层交换接口!