|
Posted by tman on May 9, 2008, 4:56 pm
If you were Registered and logged in, you could reply and use other advanced thread options > >I want to configure several FastEthernet interfaces on a Catalyst
> >3500XL switch so they will not trunk. =A0I used the following command:
> >conf t
> >int fa0/1
> >switchport mode access
>
> You need to turn off Dynamic Trunking Protocol
>
> int fa0/1
> =A0switchport mode access
> =A0switchport nonegotiate
I tried it but there is no such command as switchport nonegotiate.
The only commands under switchport are:
access
mode
multi
priority
trunk
voice
I tried the following command in interface config mode:
no negotiation auto
It returns the message: This command is not supported for
FastEthernet0/1
|