各位大大 小弟是CISCO新手 請教各位高手
可以請教 command step by step 協助我將cisco 3550 VLAN switch 架成跟下面資訊一樣嗎?
感謝幫忙了~
switchport trunk encapsulation dot1q
switchport trunk native vlan 505
switchport trunk allowed vlan 505,705
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
spanning-tree portfast trunk
end
switch# sho int vlan505
Vlan502 is up, line protocol is up
Hardware is EtherSVI, address is 0024.986f.6ec1
Internet Address is 169.113.66.2/23
switch# sho int vlan702
Vlan705 is up, line protocol is up
Hardware is EtherSVI, address is 0024.986f.6ec1
Internet Address is 10.12.2.2/24
conf t
vlan 505
vlan 702
exit
conf t
int vlan 505
ip addr 169.113.66.2/23
int vlan 702
ip addr 10.12.2.2/24
exit
conf t
int f0/10
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 505
switchport trunk allowed vlan 505,705
switchport nonegotiate
speed 1000
duplex full
spanning-tree portfast trunk
end
try it
內文搜尋

X