组网技术实验报告毕业设计论文word格式内容摘要:

口 在路由器上配置 RIP V2 路由协议 Router1(config) router rip!创建 rip 路由进程 Router1(configrouter)version 2!定义 rip版本 Router1(configrouter)work !定义网段 Router1(configrouter)work !定义网段 交换机 与 vlan 的配置 switchenable ;进入特权模式 switchconfig terminal ;进入全局配置模式 switch(config)hostname csico ;设置交换机的主机名 switch(config)enable secret csico1 ;设置特权加密口令 switch(config)enable password csico8 ;设置特权非密口令 switch(config)line console 0 ;进入控制台口 switch(configline)line vty 0 4 ;进入虚拟终端 switch(configline)login ;虚拟终端允许登录 switch(configline)password csico6 ;设置虚拟终端登录口令csico6 switchexit ;返回命令 交换机 VLAN创建,删除,端口属性的设置,配置 trunk端口,将某端口加入 vlan 中,配置 VTP: switchvlan database ;进入 VLAN设置 switch(vlan)vlan 2 ;建 VLAN 2 switch(vlan)vlan 3 name vlan3 ;建 VLAN 3 并命名为 vlan3 switch(vlan)no vlan 2 ;删 vlan 2 switch(config)int f0/1 ;进入端口 1 switch(config)speed ? 查看 speed 命令的子命令 switch(config)speed 100 设置该端口速率为 100mb/s (10/auto) switch(config)duplex ? 查看 duplex的子命令 switch(config)duplex full 设置该端口为全双工 (auto/half) switch(config)description TO_PC1 这是该端口描述为 TO_PC1 switch(configif)switchport access vlan 2 ;当前端口加入 vlan 2 switch(configif)switchport mode trunk ;设置为 trunk 模式(access 模式 ) 8 switch(configif)switchport trunk allowed vlan 1, 2 ;设置允许的 vlan switch(configif)switchport trunk encap dot1q ;设置 vlan 中继 switch(config)vtp domain vtpserver ;设置 vtp域名相同 switch(config)vtp password ;设置发 vtp密码 switch(config)vtp server ;设置 vtp 服务器模式 switch(config)vtp client ;设置 vtp 客户机模式 交换机设置 IP地址 ,默认网关,域名,域名服务器,配置和查看 MAC地址表: switch(config)interface vlan 1 ;进入 vlan 1 switch(configif)ip address ;设置 IP 地址 switch(config)ip defaultgateway ;设置默认网关 switch(config)ip domainname 设置域名 switch(config)ip nameserver 设置域名服务器 switch(config)macaddresstable? 查看 macaddresstable的子命令 switch(config)macaddresstable agingtime 100 设置超时时间为 100ms switch(config)macaddresstable permanent f0/3 加入永久地址在 f0/3 端口 switch(config)macaddresstable restricted static f0/6 f0/7 加入静态地址目标端口 f0/6源端口 f0/7 switch(config)end switchshow macaddresstable 查看整个 MAC 地址表 switchclear macaddresstable restricted static 清除限制性静态地址 交换机显示命令: switchwrite ;保存配置信息 switchshow vtp ;查看 vtp配置信息 switchshow run ;查看当前配置信息。
阅读剩余 0%
本站所有文章资讯、展示的图片素材等内容均为注册用户上传(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考。 用户通过本站上传、发布的任何内容的知识产权归属用户或原始著作权人所有。如有侵犯您的版权,请联系我们反馈本站将在三个工作日内改正。