侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Cisco 单臂路由实验

2022-12-16 星期五 / 0 评论 / 0 点赞 / 46 阅读 / 1301 字

Cisco 单臂路由实验拓扑图:IOU1的配置如下:interface Ethernet0/0no ip address!interface Ethernet0/0.1encapsulation do

.

Cisco 单臂路由实验拓扑图:


IOU1的配置如下:

interface Ethernet0/0
 no ip address
!
interface Ethernet0/0.1
 encapsulation dot1Q 10
 ip address 192.168.10.254 255.255.255.0
!
interface Ethernet0/0.2
 encapsulation dot1Q 20
 ip address 192.168.20.254 255.255.255.0


IOU2的配置信息如下:

interface Ethernet0/0
 switchport trunk allowed vlan 10,20
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet0/1
 switchport access vlan 10
 switchport mode access
!
interface Ethernet0/2
 switchport access vlan 20
 switchport mode access


IOU3的配置信息如下:

interface Vlan1
 ip address 192.168.10.10 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.10.254


IOU4的配置信息如下:

!
interface Vlan1
 ip address 192.168.20.10 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.20.254


 

.

广告 广告

评论区