路由器基本配置命令详解(8)
发布时间:2021-06-08
发布时间:2021-06-08
路由器的基本配置命令详解
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
line con 0
password cisco
line vty 0 4
password cisco
login
!
end
步骤 2:探索 show startup-config 命令。
show startup-config 命令显示 NVRAM 中包含的启动配置文件。在 R1 路由器的特权执行模式中,检查 show startup-config 命令的输出。如果出现 –-More-- 提示符,请按空格键查看命令输出的其余部分。
R1#show startup-config
Using 583 bytes
!
version 12.3
!
hostname R1
!
!
no ip domain-lookup
!
interface FastEthernet0/0
description R1 LAN
mac-address 0007.eca7.1511
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
mac-address 0001.42dd.a220
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0