文章目录
- 创建配置环境,实现全网互访
- 配置步骤
- 接入层交换机(sw4、sw5)划分vlan
- 汇聚层交换机(sw2、sw3)配置ip地址作为vlan网关、与sw1 ip地址直连
- 核心层交换机(sw1)配置ip地址与汇聚层交换机(sw2、sw3)、R1直连
- 路由器R1配置ip地址
- sw1、sw2、sw3、R1配置静态路由,使vlan10、vlan20、172网段用户互访(静态路由:ip route-static 目标网段 子网掩码 下一跳地址)
- 查看配置
- SW4、SW5:display port vlan active
- SW2、SW3:display port vlan active
- SW2、SW3:display ip interface brief
- SW1:display port vlan active
- SW1:display ip interface brief
- SW1、SW2、SW3、R1:display ip routing-table protocol static
- 实现全网互通
- PC1与PC3ping通,PC1与Server1ping通
- PC3与Server1ping通