cancel
Showing results for 
Search instead for 
Did you mean: 

CFM CCM tagging issue

CFM CCM tagging issue

Alexandr_P
Valued Contributor

Hello, colleagues!
 

Please give advice which way to look.

 

Scheme below:

X460G2 ↔ BD8810 ↔ X450a

X450a confgured with CFM, VLAN with CFM is tagged, but switch send CFM CCMs as untagged. Why so?

 

Below traces from BD8810 (there is traffic is double tagged - QinQ) - tcpdump -i eth2 -nn -e ether host 00:04:96:27:a9:b0

For example, ARP is normal (tagged with ID 3556)

18:44:10.774613 00:04:96:27:a9:b0 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 68: vlan 1037, p 0, ethertype 802.1Q, vlan 3556, p 0, ethertype ARP, Request who-has          5.5.11.3 tell 5.5.11.1, length 46

But CFM CCM is untagged (only with second tag 1037)

18:44:11.436169 00:04:96:27:a9:b0 > 01:80:c2:00:00:33, ethertype 802.1Q (0x8100), length 101: vlan 1037, p 0, ethertype CFM, CFMv0 Continouity Check Message, MD Level     3, length 83

 

Config from X450a

create vlan "Q-in-Q_XXX"
configure vlan Q-in-Q_XXX tag 1037
create vlan "YYY-ctrl"
configure vlan YYY-ctrl tag 3556

……

configure vlan YYY-ctrl add ports 22-23 tagged

configure vlan YYY-ctrl ipaddress 5.5.11.1 255.255.255.0

……

#
# Module dot1ag configuration.
#
create cfm domain string "erps_rings" md-level 3
configure cfm domain "erps_rings" add association string "YYY" vlan "YYY-ctrl"
configure cfm domain "erps_rings" association "YYY" ports 22 add end-point down 6
configure cfm domain "erps_rings" association "YYY" ports 23 add end-point down 5
configure cfm domain "erps_rings" association "YYY" ports 23 end-point down add group "erpsYYYMain"
configure cfm domain "erps_rings" association "YYY" ports 22 end-point down add group "erpsYYYSlave"
configure cfm group "erpsYYYMain" add rmep 7
configure cfm group "erpsYYYSlave" add rmep 8

 

# sh vlan YYY-ctrl
VLAN Interface with name YYY-ctrl created by user
    Admin State:         Enabled     Tagging:   802.1Q Tag 3556 
    Description:         None
    Virtual router:      VR-Default
    IPv4 Forwarding:     Disabled
    IPv4 MC Forwarding:  Disabled
    Primary IP:          5.5.11.1/24
    IPv6 Forwarding:     Disabled
    IPv6 MC Forwarding:  Disabled
    IPv6:                None
    STPD:                None
    Protocol:            Match all unfiltered protocols
    Loopback:            Disabled
    NetLogin:            Disabled
    OpenFlow:            Disabled
    QosProfile:          None configured
    Egress Rate Limit Designated Port: None configured
    Flood Rate Limit QosProfile:       None configured
    Ports:   2.           (Number of active ports=2)
       Tag:       *22,    *23

 

Thank you!

18 REPLIES 18

Miguel-Angel_RO
Valued Contributor II

Let’s start with the other commands.

Mig

Alexandr_P
Valued Contributor

This command unavailable in earlier EXOS (on X460 and X450)

 

Thank you!

Miguel-Angel_RO
Valued Contributor II

Like this:

* X435-8P-2T-W.1 # show  ports vlan port-number

         Untagged

Port     /Tagged   VLAN Name(s)

-------- --------  ------------------------------------------------------------

1        Untagged  Default

2        Untagged  Default

3        Untagged  Default

4        Untagged  Default

5        Untagged  None

         Tagged    Default, VLAN_0010

6        Untagged  Default

7        Untagged  None

         Tagged    EAPS_CONTROL, VLAN_0010

8        Untagged  None

         Tagged    EAPS_CONTROL, VLAN_0010

9        Untagged  Default

         Tagged    VLAN_0010

10       Untagged  Default

* X435-8P-2T-W.2 #

Mig

Alexandr_P
Valued Contributor

What do you mean in “show port vlan port”?

 

# show ports vlan
  statistics      statistics

 

# show ports 22 vlan
  statistics      statistics

 

Thank you!

GTM-P2G8KFN