#interface Vlan 12//创建 VLAN 12 的虚拟接口#ip address192.168.12.1255.255.255.0//配置虚拟接口 VLAN 12 的IP地址#exit #interface Vlan 13//创建 VLAN 13 的虚拟接口#ip address192.168.13.1255.255.255.0//配置虚拟接口 VLAN 13 的IP地址#exit 查看路由表状态 Switch>show ip route Codes: C- connected...
L2 Switch 我只配置了 Vlan20, 没配置 Vlan10. Cisco 命令 L3 Switch telnet 192.168.0.1 # 192.168.0.1 是你L3 Swtich 默认的地址 en conf t ip routing # Enable ip routing # 创建 Vlan interface vlan 10 # 创建 vlan 10 ip address 162.168.10.1 255.255.255.0 # 分配 IP, SVI(Switch Virtual Inter...
switch(config)#hostname <hostname>;设置交换机的主机名 switch(config)#enable secret xxx;设置特权加密口令为xxx switch(config)#enable password xxx;设置特权非密口令为xxx switch(config)#line console 0;进控制台口(Rs232)初始化 switch(config-line)#line vty 0 4;进入虚拟终端virtual tty switch(config-...
switch#config terminal ;进入全局配置模式 switch(config)#hostname ;设置交换机的主机名 switch(config)#enable secret xxx ;设置特权加密口令switch(config)#enable password xxa ;设置特权非密口令switch(config)#line console 0 ;进入控制台口 switch(config-line)#line vty 0 4 ;进入虚拟终端switch(config-lin...
1. switch配置命令 (1)模式转换命令 用户模式---特权模式,使用命令"enable" 特权模式---全局配置模式,使用命令"config t" 全局配置模式---接口模式,使用命令"interface+接口类型+接口号" 全局配置模式---线控模式,使用命令"line+接口类型+接口号" 注: 用户...
no ip address 删除已配置的 IP 地址 密码设置 service password-encryptin 手工加密所有密码 enable password +密码 配置明文密码 ena sec +密码 配置密文密码 line vty 0 4/15 进入 telnet 接口 password +密码 配置 telnet 密码 line aux 0 进入 AUX 接口 ...
在全局配置模式下使用ip routing 命令,以便在交换机上启用 IP 路由。 3750_Switch(config)#ip routing!--- Enable IP routing for interVLAN routing. 添加静态路由。 发出write memory 命令。 3750_Switch#write memory 重新加载交换机。 在交换机重新加载后,发出show run 命令以验证静态路由没有丢失。
交换机支持的命令: 交换机基本状态: switch: ;ROM状态, 路由器是rommon> hostname> ;用户模式 hostname# ;特权模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口状态 交换机口令设置: switch>enable ;进入特权模式 switch#config terminal ;进入全局配置模式 switch(config)#hostn 2、ame ;...
1.switch(config)#hostnamehostname switch(enable)setsystemnamename-string 2.在基于IOS的交换机上设置登录口令: switch(config)#enablepasswordlevel1password 在基于CLI的交换机上设置登录口令: switch(enable)setpassword switch(enable)setenalbepass 3.在基于IOS的交换机上设置管理IP: ...
Ok. I'm 99.8% sure that ip routing is enabled on the switch. You can go ahead and configure a routing protocol. Regards, LG*** Please Rate All Helpful Responses *** 0 Helpful Reply M02@rt37 VIP In response to mapletking 01-26-2024 11:05 PM Thanks @mapletking...