- 积分
- 94
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 20
- 听众
- 收听
助理工程师
 
|
为什么配置ssid的时候出现这种问题?正常情况下不是应该进入R3(config-if-ssid)模式吗?
R3#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int dot
R3(config)#int dot11Radio 0/1/0
R3(config-if)#ip add 172.16.10.1 255.255.255.0
R3(config-if)#no shut
R3(config-if)#ssid admin
%LINK-5-CHANGED: Interface Dot11Radio0/1/0, changed state to administratively down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0/1/0, changed state to down
%LINK-5-CHANGED: Interface Dot11Radio0/1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0/1/0, changed state to up
R3(config-if)#
|
|