gavanwanggw

思科2960trunk vlan配置及路由IP配置

en

conf t

vlan id

end

conf t

inter rang gi 0/0/1-x

switchport access vlan id

no shutdown

exit

(config)#interface range gigabitEthernet 1/0/23-24
(config-if-range)#switchport mode trunk
(config-if-range)#switchport trunk allowed vlan all
(config-if-range)#no shutdown


IP配置:
interface FastEthernet1/0
 ip address  161.139.128.31  255.255.255.128
 ip accounting output-packets
 duplex full
 speed auto
exit
 
ip route 0.0.0.0 0.0.0.0  161.139.128.1
end
wr

分类:

技术点:

相关文章:

  • 2022-01-04
  • 2021-06-01
  • 2021-11-12
  • 2021-12-15
  • 2021-12-09
  • 2021-04-14
  • 2021-06-19
猜你喜欢
  • 2021-07-25
  • 2021-08-30
  • 2021-05-30
  • 2021-12-09
  • 2021-09-07
  • 2021-10-28
  • 2021-11-25
相关资源
相似解决方案