状态:
Router> 用户模式
Router# 特权模式,可以使用show命令
Router(config)# 配置模式,可以进行全局配置,本次实验用不着
Router(config-if)# 接口模式,可以对接口进行配置
相关命令:
1)由用户模式进入特权模式:
Router>enable
2)使用show命令查看接口IP信息:
Router#show ip interface fa0/0
3)由特权模式进入配置模式:
Router#conf t
4)由配置模式进入接口配置模式
Router(config)# interface fa0/0
5)配置接口IP地址
Router(config-if)# ip address 192.168.1.2 255.255.255.0
6)配置接口MTU
Router(config-if)# mtu 1420
7)回到特权模式
Router(config-if)# end
Router> 用户模式
Router# 特权模式,可以使用show命令
Router(config)# 配置模式,可以进行全局配置,本次实验用不着
Router(config-if)# 接口模式,可以对接口进行配置
相关命令:
1)由用户模式进入特权模式:
Router>enable
2)使用show命令查看接口IP信息:
Router#show ip interface fa0/0
3)由特权模式进入配置模式:
Router#conf t
4)由配置模式进入接口配置模式
Router(config)# interface fa0/0
5)配置接口IP地址
Router(config-if)# ip address 192.168.1.2 255.255.255.0
6)配置接口MTU
Router(config-if)# mtu 1420
7)回到特权模式
Router(config-if)# end

1万+

被折叠的 条评论
为什么被折叠?



