VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
...
2 VLAN2 active Fa0/20, Fa0/21, Fa0/22, Fa0/23,
... Fa0/24делаю;
***2#configure terminal
***2(config)#interface fastEthernet 0/21
***2(config-if)#switchport access vlan 2
***2(config-if)#switchport mode access
***2(config-if)#end
***2#write memory
Building configuration...результата нет:
FastEthernet0/21 unassigned YES unset administratively down down
FastEthernet0/22 unassigned YES unset up up
FastEthernet0/23 unassigned YES unset up up
FastEthernet0/24 unassigned YES unset up upнужно чтобы 0/21 поднимался, я вставляю кабель а толку нет...
>VLAN Name
>
> Status
>Ports
>---- -------------------------------- --------- -------------------------------
>...
>2 VLAN2
>
> active Fa0/20, Fa0/21, Fa0/22,
>Fa0/23,
>...
>
> Fa0/24
>
>делаю;
>***2#configure terminal
>***2(config)#interface fastEthernet 0/21
>***2(config-if)#switchport access vlan 2
>***2(config-if)#switchport mode access
>***2(config-if)#end
>***2#write memory
>Building configuration...
>
>результата нет:
>FastEthernet0/21 unassigned
> YES unset administratively down down
>
>FastEthernet0/22 unassigned
> YES unset up
>
> up
>FastEthernet0/23 unassigned
> YES unset up
>
> up
>FastEthernet0/24 unassigned
> YES unset up
>
> up
>
>нужно чтобы 0/21 поднимался, я вставляю кабель а толку нет...У вас, уважаемый, интерфейс в принудительном дауне.
conf t
int fa 0/21
shutdown
no shutdownДолжно помочь...
>>VLAN Name
>>
>> Status
>>Ports
>>---- -------------------------------- --------- -------------------------------
>>...
>>2 VLAN2
>>
>> active Fa0/20, Fa0/21, Fa0/22,
>>Fa0/23,
>>...
>>
>> Fa0/24
>>
>>делаю;
>>***2#configure terminal
>>***2(config)#interface fastEthernet 0/21
>>***2(config-if)#switchport access vlan 2
>>***2(config-if)#switchport mode access
>>***2(config-if)#end
>>***2#write memory
>>Building configuration...
>>
>>результата нет:
>>FastEthernet0/21 unassigned
>> YES unset administratively down down
>>
>>FastEthernet0/22 unassigned
>> YES unset up
>>
>> up
>>FastEthernet0/23 unassigned
>> YES unset up
>>
>> up
>>FastEthernet0/24 unassigned
>> YES unset up
>>
>> up
>>
>>нужно чтобы 0/21 поднимался, я вставляю кабель а толку нет...
>
>У вас, уважаемый, интерфейс в принудительном дауне.
>
>conf t
>int fa 0/21
>shutdown
>no shutdown
>
>Должно помочь...interface FastEthernet0/21
switchport access vlan 111
spanning-tree portfast
no cdp enableвсе ОК, спасибо