1 / 3
文档名称:

网络设备基本配置命令.docx

格式:docx   大小:31KB   页数:3页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网络设备基本配置命令.docx

上传人:世界末末日 2022/7/3 文件大小:31 KB

下载得到文件列表

网络设备基本配置命令.docx

相关文档

文档介绍

文档介绍:基本配置命令
1、基本配置
router>enable
router#conf t
router(config)#hostname <hostname>
router(config)#int <interface na
基本配置命令
1、基本配置
router>enable
router#conf t
router(config)#hostname <hostname>
router(config)#int <interface name>
Switch#vlan database
2、接口配置
router(config-if)#ip address <ip> <netmask>
router(config-if)#clock rate 64000
router(config-if)#no shutdown
Switch(config-if)#no switchport
Switch(config-if)#switchport mode access
Switch(config-if)# switchport access vlan <n>
Switch(config-if)#switchport mode trunk Switch(config-if)#switchport trunk encapsulation dot1q
3、路由配置
router(config)#ip route <目的网络 id> <mask> <hop>
router(config)#router rip
router(config-router)#version 2
router(config-router)#no auto