#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...
Switch(config-vlan)#vlan 5 Switch(config)#interface vlan 1 Switch(config-if)#ip address 192.168.1.254 255.255.255.0 Switch(config-if)#no shutdown Switch(config)#interface vlan 2 Switch(config-if)#ip address 192.168.2.254 255.255.255.0 Switch(config-if)#no shutdown Switch(config)#interface vla...
思科快速转发硬件路由架构为Cisco Switch Switch-E系列交换机提供了极高的IP路由性能。 基本的IP单播路由协议(静态、RIPv1和RIPv2)能够用于小型网络路由应用。 先进的IP单播路由协议(OSPF、EIGRP和BGPv4)能够用于负载均衡和建设可扩展的LAN。需要IP Services特性集。 在硬件中支持IPv6路由(RIPng、OSPFv3),实现最高性能...
交换机设置IP地址: switch(config)#interface vlan 1 ;进入vlan 1 switch(config-if)#ip address ;设置IP地址 switch(config)#ip default-gateway ;设置默认网关 switch#dir flash: ;查看闪存 交换机显示命令: switch#write ;保存配置信息 switch#show vtp ;查看vtp配置信息 ...
PC1 ip:192.168.2.2 网关:192.168.2.1 1. 2. 进入三层交换机CLI界面 配置如下: Switch>en Switch#conf t Switch(config)#ip routing Switch(config)#int fa 0/1 Switch(config-if)#no switchport Switch(config-if)#ip address 192.168.1.1 255.255.255.0 ...
Switch#rename flash:config.old flash:config.text 7)手工加载配置文件 Switch#copy flash:config.text system:running-config 8)配置文件加载完成后,需要进入配置模式修改密码,最后保存配置,完成密码的恢复 6.常用的专用命令: Switch(config)#no ip domain-lookup //禁用域名解析 ...
)#vtp domain ;设置发vtp域名 switch(config)#vtp password ;设置发vtp密码 switch(config)#vtp mode server ;设置发vtp模式 switch(config)#vtp mode client ;设置发vtp模式 交换机设置IP地址: switch(config)#interface vlan 1 ;进入vlan 1 switch(config-if)#ip address ;设置IP地址 switch(config)#ip ...
Solved: Hi everyone, Regarding activating IP Routing on a l3 Switch I am a bit puzzled about how that would work. Let's say we have a 24 ports switch on which we have sdm prefer and IP Routing commands applied. If we no switchport port 0-11, while
Switch(config)#ip routing(开启路由转发功能) Switch(config)#int vl vl-id Switch(config-if)#ip add ip-address Switch(config-if)#no sh(配置vl-ip,用作网关) SVI(交换虚拟接口,应用于vlan间路由协议上即vlan虚拟网关) Switch(config)#int r f0/1- 3 ...
switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) set password switch(enable) set enalbepass 3.在基于IOS的交换机上设置远程访问: switch(config)# interface vlan 1 switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gate...