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

Switch Configuration for new Ethernet Service?

mikepost2
Level 1
Level 1

Hello together

I need your help, i tried to configure my switch for connectivity over a new MEF Service. But i doesn't works, can you check if my config is correct?

Here are a few details about my network:

The Branch A need a connectivity to Branch B.

Branch A with my Switch(c3750g):

interface GigabitEthernet1/0/1
description to Standort B
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport trunk allowed vlan 1,10,2000
switchport mode trunk


interface Vlan1
no ip address
shutdown

interface Vlan10
ip address 192.168.0.2 255.255.255.0


My switch is direct connected to the switch from the service provider:

Config Switch Service Provider:

interface GigabitEthernet0/0/5
no ip address
media-type rj45
negotiation auto
no lldp transmit
no lldp receive
spanning-tree portfast trunk
spanning-tree bpdufilter enable
encapsulation default
l2protocol tunnel cdp stp vtp
l2protocol forward RB RC RD RF

Branch B with my Switch (C3750G):

interface GigabitEthernet0/2
description to Standort A
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport trunk allowed vlan 1,10,2000
switchport mode trunk



interface Vlan1
no ip address
shutdown


interface Vlan10
ip address 192.168.0.1 255.255.255.0


My switch is direct connected to the switch from the service provider:

Config Switch Service Provider:

interface GigabitEthernet0/0/5
no ip address
media-type rj45
negotiation auto
no lldp transmit
no lldp receive
spanning-tree portfast trunk
spanning-tree bpdufilter enable
encapsulation dot1q 10
rewrite ingress tag pop 1 symmetric
l2protocol forward cdp stp vtp RB RC RD RF

Thanks and regards

Mike

1 Reply 1

mrtrieu89
Level 1
Level 1

I think you can try to change native vlan to other vlan

Brgs!!!