interface GigabitEthernet1/0/6 no switchport no ip address shutdown ! interface Vlan1 no ip address shutdown ! !--- This Switch Virtual Interface (SVI) is the default gateway for Users. ! interface Vlan2 description User-SVI ip address 10.1.2.1 255.255.255.0 ...
config interface create interface_namevlan_id。建立介面和關聯的VLAN標籤。命令為(W-8540-1) >config interface create "VLAN 81" 81 注意:如果VLAN/WLAN名稱中有空格(如本示例所示),請確保該名稱在引號中。 定義IP地址和預設網關。命令為config interface interface_nameIP_addressnetmaskgateway。
asa5505(config)# interface vlan 2 ---进入vlan2 asa5505(config-if)# ip address 218.16.37.222 255.255.255.192 ---vlan2配置IP asa5505(config)#show ip address vlan2 ---验证配置 5.端口加入vlan asa5505(config)# interface e0/3 ---进入接口e0/3 asa5505(config-if)# switchport access vlan 3 ...
Interface Range Specification - Cisco examples
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 ...
百度试题 结果1 题目以下哪个命令用于在Cisco设备上查看VLAN信息? A. `show vlan` B. `show interfaces` C. `show ip interface brief` D. `show running-config` 相关知识点: 试题来源: 解析 A 反馈 收藏
厂商实施的时候在2500上面创建的WALN,客户端无线连接后,能获取到IP(从三层交换机获取)现在需要一个独立的无线SSID,我在三层交换机上面创建了VLAN和DHCP,在有线的环境下,可以自动获取到ip了,我在2500无线创建了一个WLAN,设定PSK密码,分配了Interface(基本按照WEB界面上的配置设定)无线客户端能连接上我创建SSID,但是IP...
ntuRouter(config) # interface fastEthernet 2/0/0 ntuRouter(config - if) # shutdown 暫停一個介面的使用 Switch Configuration 設定switch名稱 Switch(config)#hostname ccSwitch 設定IP address & gateway ccSwitch(config)# interface vlan1 ccSwitch(config-if)# ip address ...
Interface Cmd for 802.1x介紹 802.1X portbased command (config-if)#switchport mode access (config-if)#authentication port-control auto 啟動該port使用802.1x認證,要使用802.1x功能必先啟 動此指令(ex: guest vlan ) *這版IOS啟動port指令時,不會再帶出其他指令,需要 自己設定* © 2007 Genesis ...
switchA(config-vlan)#nameslase switchA(config-vlan)#exit switchA(config)#interfacefastethernet0/5 switchA(config-if)#switchportaccessvlan10 switchA(config-if)#exit switchA(config)#interfacerangefastethernet0/23-24 switchA(config-if-range)#switchportmodetrunk ...