interface Vlan2 description User-SVI ip address 10.1.2.1 255.255.255.0 ! !--- This SVI is the default gateway for Servers VLAN. ! interface Vlan3 description Server-SVI ip address 10.1.3.1 255.255.255.0 ! !--- This SVI is the default gateway for other L2 switches management interface. ...
config interface create interface_namevlan_id。建立介面和關聯的VLAN標籤。命令為(W-8540-1) >config interface create "VLAN 81" 81 注意:如果VLAN/WLAN名稱中有空格(如本示例所示),請確保該名稱在引號中。 定義IP地址和預設網關。命令為config interface interface_nameIP_addressnetmaskgateway。
Interface Range Specification - Cisco examples
Switch-1(config)#interface range fastethernet 0/1 -23 Switch-1(config-range)#switchport access vlan 2
这是模拟器的问题,命令不完全。PT是比较初级的模拟器,只能show run然后自己翻来看。如果使用GNS3等模拟器命令就比较全。
interface Vlan 1 ip address 10.1.0.1 /16 Interface vlan 2 ip address 10.3.0.1 /23 appletalk cable-range 2-2 appletalk address 2.1 appletalk zone Vlan 2 Interface vlan 3 ip address 10.3.2.1 /23 appletalk cable-range 3-3 appletalk address 3.1 appletalk zone Vlan 3 and so on for for 3 ...
The statement of "...default router through a VLAN." is ture in my case. Which brings me to my question: Can some please give me example of what Cisco means by this. I thought SVI was the "IP address for that VLAN interface." ...
新增一個ethernet vlan ccSwitch# vlan database ccSwitch(vlan)# vlanname Switch Configuration(Cont.) Assign static-access port to a vlan ccSwitch(config)# interface fa0/2 ccSwitch(config-if)# switchport mode access ccSwitch(config-if)# switchport access ...
百度试题 结果1 题目以下哪个命令用于在Cisco设备上查看VLAN信息? A. `show vlan` B. `show interfaces` C. `show ip interface brief` D. `show running-config` 相关知识点: 试题来源: 解析 A 反馈 收藏
Aiko(config)#vlan {vlan-id} 2.定义该VLAN为RSPAN VLAN: Aiko(config-vlan)#remote-span 3.定义源交换机的源端口.对于Catalyst 3550交换机,会话数只支持两条,即1和2,还可以定义监听流量的方向,默认监听双向流量: Aiko(config)#monitor session {session-number} source {interface interface|vlan vlan-id} [...