Hi,
On Sun, May 17, 2009 at 12:37 PM, Michael Jones <majonestx_at_gmail.com> wrote:
> Thats already present in my config ? (encapsulation dot1q 16 native)
Not according to the config snippet you sent:
>> > interface Ethernet2/0.16
>> > encapsulation dot1Q 16
>> > ip address 16.0.0.6 255.0.0.0
You're missing the "native" keyword at the end.
> Am i missing something here ?
Yes, the "native" keyword :-)
If you added it afterwards, does it work now?
If you have this on the switch:
interface FastEthernet0/6
switchport trunk encapsulation dot1q
switchport trunk native vlan 16
switchport mode trunk
duplex full
..and this on the router:
interface Ethernet2/0
no ip address
full-duplex
!
interface Ethernet2/0.16
encapsulation dot1Q 16 native
ip address 16.0.0.6 255.0.0.0
..it should work as expected (other potential quirks in your setup aside).
cheers,
Dale
Blogs and organic groups at http://www.ccie.net
Received on Sun May 17 2009 - 12:43:23 ART
This archive was generated by hypermail 2.2.0 : Mon Jun 01 2009 - 07:04:43 ART