RE:

From: Moin, Imran (imoin@virtela.net)
Date: Sun Mar 12 2006 - 01:16:41 GMT-3


"switchport mode acess" command will configure an access port and not a trunk port. If you need to enable trunking on a switch port without sending DTP packets, then do this:

interface FastEthernet0/19
 switchport trunk encapsulation dot1q ======> This could be dot1q or ISL
 switchport mode trunk
 switchport nonegotiate

- Imran.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
jnkmail4eva@yahoo.com
Sent: Saturday, March 11, 2006 9:08 PM
To: ccielab@groupstudy.com
Subject:

I am currently concentrating on Switch features .. specifically trunking features.
I came across a question where I am suppose to block vtp and dtp on ports f0/5 to f/10.

Can someone vaildate my solution :

interface range f0/5 - 10
  switchport mode access
  switchport nonegotiate

This should block both dtp and vtp traffic on ports f0/5 - f/10.
Any help/guidance is greatly appreciated.



This archive was generated by hypermail 2.1.4 : Sat Apr 01 2006 - 10:07:38 GMT-3