ip网络构建期末知识点总结


ip网络构建小总结

小总结

image-20210116214404161 image-20210116214436394 image-20210117000118602 image-20210116214511526 image-20210116214525124 image-20210116214541792 image-20210116214600524 image-20210116214618785

image-20210116214701766

image-20210116214821751 image-20210116214854031

代码:

system-view//进入配置模式
dis this //查看当前配置
dis ip rounting-table //查看路由表

vlan batch 10 20 30 //设置vlan
int e0/0/0   int g0/0/0  //进接口

port link-type access  //设置端口为access
port default vlan 10

port link-type trunk  //设置端口为trunk
port trunk allow-pass vlan 10 

ip route-static 192.168.100.0 255.255.255.0 1.1.1.1

//单臂路由
int e0/0/1.100
ip add 192.168.100.1 24
dotp1 termination vid 100
arp broadcast enable

//链路聚合
interface Eth-Trunk1
 port link-type trunk
 port trunk allow-pass vlan 100 200
 stp instance 0 cost 10
interface Ethernet0/0/2
 eth-trunk 1

填空:

填空

简答:

简答

文章作者: fejxc
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 fejxc !
评论
  目录