Если нужно навесить ip адрес на интерфейс свичевой платы:
The HWIC-4ESW is the
equivalent of a layer 2 switch only so you can't assign IP addresses to
the physical ports. What you can do is create a L3 SVI and assign the
port into that vlan ie.
create the vlan
2811# vlan database
2811(vlan)# vlan 10
2811(vlan)# exit
int vlan 10
ip address 192.168.5.1 255.255.255.0
and then assign the interface into that vlan
int fa0/0/0
switchport access vlan 10
supportforums.cisco.com/thread/207471
create the vlan
2811# vlan database
2811(vlan)# vlan 10
2811(vlan)# exit
int vlan 10
ip address 192.168.5.1 255.255.255.0
and then assign the interface into that vlan
int fa0/0/0
switchport access vlan 10
supportforums.cisco.com/thread/207471
Комментариев нет:
Отправить комментарий