cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
529
Views
0
Helpful
1
Replies

Need help with MetroE configuration on 6509 with CatOS please!

slilley92
Level 1
Level 1

Hello,

I come from a frame-relay background, and we are going to be evaluating metro ethernet. We have a test site setup, and I am able to get it to come up when connecting 1841 routers on each end with no vlans. However, when I try to connect to our 6509, which is where we want this to go for production purposes, I cannot get it to work. Could someone please have a look at my configuration and see what I am missing or doing incorrectly? The vlan assigned by the phone company is 539. I want to make the central site 172.32.116.1/24 and the remote 172.32.116.3/24. We have a 6509 with SUP2 and MSFC2 running CatOS at the central site and a 1841 at the remote. Here is my config:

Central site - MSFC2

====================

interface Vlan539

description Metro Ethernet to remote

ip address 172.32.116.1 255.255.255.0

ip nat inside

no cdp enable

Central site - switch

=====================

set vlan 539 name Remote type ethernet mtu 1500 said 100539 state active

.

.

set vlan 539 3/46

set trunk 3/46 on dot1q 1-4094

(NOTE: 3/46 is set to 100 FULL)

Remote site

===========

interface FastEthernet0/1

description WAN IP for MetroE to central

no ip address

speed 100

full-duplex

no cdp enable

!

interface FastEthernet0/1.1

encapsulation dot1Q 539

ip address 172.32.116.3 255.255.255.0

no snmp trap link-status

no cdp enable

With this configuration, I can ping the local ip on each router, but not across. I know the metro ethernet itself is working as I was able to ping across when I just had a couple of 1841s configured with ip addresses but no vlans or sub-interfaces, I was able to ping across both ways. Any help greatly appreciated as I am new to this and baffled!

Thank you,

Steve

1 Reply 1

smalkeric
Level 6
Level 6

Check the configuration of the ports.

Make sure that CDP is enable on both sides.

Configure the trunks properly.