计算机网络课程设计报告材料-组建小型企业局域网 联系客服

发布时间 : 星期六 文章计算机网络课程设计报告材料-组建小型企业局域网更新完毕开始阅读

实用标准文案

文档大全

实用标准文案

4、 通过交换机划分vlan。

五、路由器或交换机配置的代码

R3:

Router>en Router#conf t

Enter configuration commands, one per line. Router(config)#enable password 123 Router(config)#exit

文档大全

with CNTL/Z. End 实用标准文案

Router#exit

Router>en Password: Router#conf t

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#router rip

Router(config-router)#net 192.168.5.0 Router(config-router)#net 192.168.4.0 Router(config-router)#exit Router(config)#exit

R2:

Router>en Router#conf t

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#enable password 123 Router(config)#exit

%SYS-5-CONFIG_I: Configured from console by console Router#exit

Router>en

文档大全

实用标准文案

Password: Router#conf t

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#router rip

Router(config-router)#net 192.168.4.0 Router(config-router)#net 192.168.5.0 Router(config-router)#exit Router(config)#exit

Switch设置vlan 11

Switch>en Switch>en

Switch#vlan database

% Warning: It is recommended to configure VLAN from config mode,

as VLAN database mode is being deprecated. Please consult user

documentation for configuring VTP/VLAN in config mode.

Switch(vlan)#vlan 11 VLAN 11 added: Name: VLAN0011

文档大全