CISCO的交换机,进行配置后如何保存?
发布网友
发布时间:2022-04-24 08:49
我来回答
共3个回答
热心网友
时间:2022-06-18 04:42
1、首先打开思科交换CLI,从特权模式进入全局配置模式,如下图所示。
2、在特权模式下可以对交换机进行命名,这样在配置多台交换机时,避免将配置写错交换机。
3、给交换机配置使能密码,进入特权模式时需要输入密码才能进入,避免设备可以被其他人员使用。
4、交换机配置VLAN,并给将端口加入到该VLAN。
5、最后使用show:查看命令,交换机的所有配置和其它相关信息都需要通过show命令查看。
热心网友
时间:2022-06-18 04:42
给你看下我的查看命令啊
f1/5是我用过的!
sw1#sh
int
f1/5
switchport
name:
fa1/5
switchport:
enabled
administrative
mode:
static
access
operational
mode:
static
access
administrative
trunking
encapsulation:
dot1q
operational
trunking
encapsulation:
native
negotiation
of
trunking:
disabled
f1/7是我没有用了的
w1#sh
interfaces
f1/7
switchport
name:
fa1/7
switchport:
enabled
administrative
mode:
static
access
operational
mode:
down
administrative
trunking
encapsulation:
dot1q
我在f1/7的端口中也配置了no
shutdown
但是结果还是一样的,这个时候就体现出了路由的端口需要用no
shutdown
就是手动打开端口
但是交换机一般都是down
当连接到其他设备上的时候会自动激活端口。我的f1/5是连接一个路由的。被配置了trunk
看看那个查看最下面。就trunk的信息!!!希望你可以明白!!
热心网友
时间:2022-06-18 04:43
WR