設定多久沒動作自動離開
exec-timeout 分 秒
1.設定控制 IOS
switch>enable
switch#conf t
switch(config)#enable {password xxx}
{secret xxx}
switch(config)#exit
設定Router Fa 0/0 的IP
Router>enable
Router#conf t
Router(config)#int fa 0/0
Router(config-if)#ip add 192.168.0.254 255.255.255.0
Router(config-if)#no shut
Router(config-if)#show ip int brief
Router(config-if)#copy run start
設定Access
switch>enable
switch#conf t
switch(config)#line {con 0}
{vty 0 4}
switch(config-line)#login
switch(config-line)#password xxx
switch(config-line)#exec-timeout 3 30
Ctrl+Z
switch#copy run start
新增vlan
switch#vlan database
switch(vlan)#vlan 2 name XXXX
switch(vlan)#exit
將port 加入 vlan
switch#conf t
switch(config)#int fa0/2
switch(config-if)#switchport mode access
switch(config-if)#switchport access vlan 2
Ctrl+Z
switch#show vlan
沒有留言:
張貼留言