日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

三層交換VLAN路由設(shè)置方法

PC1配置:
No ip routing
interface FastEthernet0/0
ip address 172.16.20.254 255.255.255.0
No shutdown
PC2配置:
No ip routing
interface FastEthernet0/0
ip address 172.16.30.254 255.255.255.0
No shutdown
Switch配置:
Ip routing
interface FastEthernet0/1
switchport access vlan 20
no ip address
!
interface FastEthernet0/2
switchport access vlan 30
no ip address
!
Vlan database
Vlan 20
Vlan 30
Exit
!
interface Vlan20
ip address 172.16.20.1 255.255.255.0
No shutdown
!
interface Vlan30
ip address 172.16.30.1 255.255.255.0
No shutdown
===========================
驗(yàn)證:
PC1#ping 172.16.30.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.30.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 44/100/196 ms
【三層交換VLAN路由設(shè)置方法】 PC2#ping 172.16.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.20.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/80/120 ms

    推薦閱讀