Switch.>enable /*进入特权模式 Switch.# /*特权模式提示符 Switch.#configterminal /*进入配置模式 Switch.(config)# /*配置模式提示符 Switch.(config)# hostname Pconline /*设置主机名Pconline Pconline(config)# enable password pconline /*设置使能口令为pconline Pconline(config)# enable secret network...
To set the shared secret password for communication between the Cisco Virtual Security Gateway (VSG), the Virtual Supervisor Module (VSM), and the Cisco Virtual Network Management Center (VNMC), use the shared-secret command. To discard the shared secret password, use...
switch#configure terminal(进入全局配置模式) switch(config)#interface f0/1(进入fastethernet0/1接口配置模式) switch(config-if)#switchport mode access(这步可以省略) switch(config-if)#switchport access vlan 2(把该接口划分到vlan2,记得vlan2之间有空格) switch(config-if)#no shutdown(激活端口) switch(...
Switch(config-if)#switchport port-security mac-address 0060.70e5.cdd1 Switch(config-if)#switchport port-security violation shutdown Switch(config-if)#exit Switch(config)# Switch(config)#int fast0/2 Switch(config-if)#switchport mode access Switch(config-if)#switchport port-security Switch(config-i...
switch(enable) set enalbepass 3.在基于IOS的交换机上设置远程访问: switch(config)# interface vlan 1 switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gateway ip-address 在基于CLI的交换机上设置远程访问: switch(enable) set interface sc0 ip-address netmask broadcast...
switch(enable) set ip route default gateway 42.一个路由 理器分配VLANID,可在接口模式下使用以下命令: router(config)# interface interface number router(config-if)# mls rp vlan-id vlan-id-num 43.在路由 理器启用MLSP: router(config)# mls rp ip 44.为了把一个外置的路由办理器接口和交换机部署在...
switch# show interface fastethernet 0/1 ;查询端口 0/1的配置结果 (3)、配置二层交换机管理IP及网关 switch(config)# interface vlan 1 switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置交换机 IP 地址 switch(config)#ip default-gateway 192.168.1.254 ;设置默认网关 ...
switch(config)#enablepasswordlevel1password 在基于CLI的交换机上设置登录口令: switch(enable)setpassword switch(enable)setenalbepass 3.在基于IOS的交换机上设置管理IP: switch(config)#interfacevlan1 switch(config-if)#ipaddressip-addressnetmask switch(config-if)#ipdefault-gatewayip-address ...
switch# show interface fastethernet 0/1 ;查询端口 0/1的配置结果 (3)、配置二层交换机管理IP及网关 switch(config)# interface vlan 1 switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置交换机 IP 地址 switch(config)#ip default-gateway 192.168.1.254 ;设置默认网关 ...
--- Theip default-gatewaycommand defines the default gateway IP address !--- for the IP management protocol stack on the switch.3512XL(config)#^Z3512XL# 注:用于默认网关的IP地址是10.1.1.1。这是BVI接口的IP地址,用作Catalyst 2948G-L3交换机上所有交换机(本示例稍后配置)的管理VLAN。