ensp交换机与路由器配置命令
时间: 2023-07-06 10:19:00 浏览: 248
交换机与路由器配置命令汇总
配置ensp交换机的命令:
1. 进入特权模式:enable
2. 进入全局配置模式:configure terminal
3. 配置交换机主机名:hostname [name]
4. 配置管理IP地址:interface vlan 1 ; ip address [ip] [mask]
5. 配置端口:interface [interface] ; switchport mode access/trunk ; switchport access vlan [vlan-id] / switchport trunk allowed vlan [vlan-id]
6. 保存配置:write
配置ensp路由器的命令:
1. 进入特权模式:enable
2. 进入全局配置模式:configure terminal
3. 配置路由器主机名:hostname [name]
4. 配置管理IP地址:interface [interface] ; ip address [ip] [mask]
5. 配置路由协议:router [protocol] ; network [network-address] [mask]
6. 配置静态路由:ip route [destination-network] [mask] [next-hop-address]
7. 保存配置:write
阅读全文