Hi all,

Does anyone know if there is special knob or config change needed when using pseudowires on a Cisco ME3600X when running IOS 15.5.3S7 or 15.6.2-SP4 vs 15.4(3)S9?

I was setting up a couple of EoMPLS circuits on pair of Cisco ME3600Xs and while the pseudowires would come up and a "show mpls l2transport vc" would show the sent counter increasing the receive counter at the remote end was 0.

After some troubleshooting I found that the ME3600X wasn't sending out any traffic over the pseudowire despite the sent counter increasing and had same issue with pseudowires setup with L2VPNs so wasn't limited to just EoMPLS. If the remote end wasn't one of the ME3600s then I could get one way traffic so the ME3600s are receiving traffic over the pseudowires correctly.

Upgrading from 15.5.3S7 to 15.6.2-SP4 didn't help, this versions are both showing as the Cisco recommended releases. I did find that if I downgraded them to 15.4(3)S9, then the pseudowires would work fine. Given it works with 15.4(3)S9 I'm guessing there is config changes between 15.4 and 15.5 which isn't in the release notes or Cisco have released 2 horribly broken images and incorrectly marked them as recommend based on software quality, stability and longevity.

Regards

David
A end:

#show mpls l2transport vc 1337 detail 
Local interface: Gi0/23 up, line protocol up, Ethernet up
  Destination address: 10.2.11.8, VC ID: 1337, VC status: up
    Output interface: Vl101, imposed label stack {27 169}
    Preferred path: not configured  
    Default path: active
    Next hop: xx.xx.xx.xx
  Create time: 00:06:07, last status change time: 00:05:34
    Last label FSM state change time: 00:05:34
    Last peer autosense occurred at: 00:05:34
  Signaling protocol: LDP, peer 10.2.11.8:0 up
    Targeted Hello: 10.2.11.9(LDP Id) -> 10.2.11.8, LDP is UP
    Graceful restart: not configured and not enabled
    Non stop routing: not configured and not enabled
    Status TLV support (local/remote)   : enabled/supported
      LDP route watch                   : enabled
      Label/status state machine        : established, LruRru
      Last local dataplane   status rcvd: No fault
      Last BFD dataplane     status rcvd: Not sent
      Last BFD peer monitor  status rcvd: No fault
      Last local AC  circuit status rcvd: No fault
      Last local AC  circuit status sent: No fault
      Last local PW i/f circ status rcvd: No fault
      Last local LDP TLV     status sent: No fault
      Last remote LDP TLV    status rcvd: No fault
      Last remote LDP ADJ    status rcvd: No fault
    MPLS VC labels: local 170, remote 169 
    Group ID: local n/a, remote 0
    MTU: local 1500, remote 1500
    Remote interface description: Test: testing - 01
  Sequencing: receive disabled, send disabled
  Control Word: Off (configured: autosense)
  Dataplane:
    SSM segment/switch IDs: 20487/4097 (used), PWID: 11
  VC statistics:
    transit packet totals: receive 0, send 13
    transit byte totals:   receive 0, send 1664
    transit packet drops:  receive 0, seq error 0, send 0

B end:

#show mpls l2transport vc 1337 detail
Local interface: Gi0/23 up, line protocol up, Ethernet up
  Destination address: 10.2.11.9, VC ID: 1337, VC status: up
    Output interface: Vl101, imposed label stack {24081 170}
    Preferred path: not configured  
    Default path: active
    Next hop: xx.xx.xx.xx
  Create time: 00:11:52, last status change time: 00:11:13
    Last label FSM state change time: 00:11:13
    Last peer autosense occurred at: 00:11:13
  Signaling protocol: LDP, peer 10.2.11.9:0 up
    Targeted Hello: 10.2.11.8(LDP Id) -> 10.2.11.9, LDP is UP
    Graceful restart: not configured and not enabled
    Non stop routing: not configured and not enabled
    Status TLV support (local/remote)   : enabled/supported
      LDP route watch                   : enabled
      Label/status state machine        : established, LruRru
      Last local dataplane   status rcvd: No fault
      Last BFD dataplane     status rcvd: Not sent
      Last BFD peer monitor  status rcvd: No fault
      Last local AC  circuit status rcvd: No fault
      Last local AC  circuit status sent: No fault
      Last local PW i/f circ status rcvd: No fault
      Last local LDP TLV     status sent: No fault
      Last remote LDP TLV    status rcvd: No fault
      Last remote LDP ADJ    status rcvd: No fault
    MPLS VC labels: local 169, remote 170 
    Group ID: local n/a, remote 0
    MTU: local 1500, remote 1500
    Remote interface description: Test: testing - 01
  Sequencing: receive disabled, send disabled
  Control Word: Off
  Dataplane:
    SSM segment/switch IDs: 16390/4097 (used), PWID: 11
  VC statistics:
    transit packet totals: receive 0, send 24
    transit byte totals:   receive 0, send 3072
    transit packet drops:  receive 0, seq error 0, send 0
Switch A config:
version 15.6
no service pad
service timestamps debug datetime msec show-timezone
service timestamps log datetime msec show-timezone
service password-encryption
service unsupported-transceiver
platform bfd allow-svi
!
clock summer-time BST recurring last Sun Mar 2:00 last Sun Oct 2:00
clock calendar-valid
no ip source-route
ip routing
!
mpls label protocol ldp
mpls traffic-eng tunnels
mpls traffic-eng logging lsp path-errors
mpls traffic-eng logging lsp reservation-errors
mpls traffic-eng auto-tunnel backup
mpls traffic-eng auto-tunnel backup timers removal unused 1800 1800
mpls traffic-eng auto-tunnel backup tunnel-num min 401 max 599
xconnect logging pseudowire status
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
diagnostic bootup level minimal
errdisable recovery cause udld
errdisable recovery cause link-flap
errdisable recovery cause storm-control
!
transceiver type all
 monitoring
vlan internal allocation policy ascending
!
vlan 101
 name ospf-pathA
!
vlan 102
 name ospf-pathB
!
l2 router-id 10.2.11.9
!
interface Loopback0
 ip address 10.2.11.9 255.255.255.255
!
<interfaces snip>
!
interface GigabitEthernet0/23
 description Test: testing - 01
 no switchport
 no ip address
 xconnect 10.2.11.8 1337 encapsulation mpls
!
interface GigabitEthernet0/24
 description Test: testing - 02
 no switchport
 no ip address
 xconnect 10.2.11.8 1338 encapsulation mpls
!
interface TenGigabitEthernet0/1
 description PathA
 switchport trunk allowed vlan 101
 switchport mode trunk
 mtu 9212
!
interface TenGigabitEthernet0/2
 description Path B
 switchport trunk allowed vlan 102
 switchport mode trunk
 mtu 9212
!
interface Vlan101
 description OSPF - PathA
 mtu 9000
 ip address xx.xx.xx.xx 255.255.255.254
 no ip redirects
 no ip proxy-arp
 ip ospf authentication null
 ip ospf network point-to-point
 ip ospf dead-interval 15
 ip ospf hello-interval 5
 ip ospf cost 100
 ipv6 address xxx::xxx/126
 ipv6 enable
 ipv6 nd ra suppress
 ipv6 ospf authentication null
 mpls ip
 mpls traffic-eng tunnels
 mpls traffic-eng administrative-weight 100
 ipv6 ospf 1 area 0
 ipv6 ospf network point-to-point
 ipv6 ospf hello-interval 5
 ipv6 ospf dead-interval 15
!
interface Vlan102
 description OSPF - PathB
 mtu 9000
 ip address xx.xx.xx.xx. 255.255.255.254
 no ip redirects
 no ip proxy-arp
 ip ospf authentication null
 ip ospf network point-to-point
 ip ospf dead-interval 15
 ip ospf hello-interval 5
 ip ospf cost 100
 ipv6 address xxx::xxx/126
 ipv6 enable
 ipv6 nd ra suppress
 ipv6 ospf authentication null
 mpls ip
 mpls traffic-eng tunnels
 mpls traffic-eng administrative-weight 100
 ipv6 ospf 1 area 0
 ipv6 ospf network point-to-point
 ipv6 ospf hello-interval 5
 ipv6 ospf dead-interval 15
!
router ospf 1
 router-id 10.2.11.9
 no auto-cost
 area 0 authentication message-digest
 redistribute connected subnets
 redistribute static subnets
 passive-interface default
 no passive-interface Vlan101
 no passive-interface Vlan102
 network xx.xx.xx.xx 0.0.0.1 area 0
 network xx.xx.xx.xx 0.0.0.1 area 0
 mpls traffic-eng router-id Loopback0
 mpls traffic-eng area 0
!
router bgp xxxxx
 bgp router-id 10.2.11.9
 no bgp enforce-first-as
 bgp log-neighbor-changes
 no bgp default ipv4-unicast
 neighbor iBGP-vpls peer-group
 neighbor iBGP-vpls remote-as xxxxx
 neighbor iBGP-vpls update-source Loopback0
 neighbor 10.2.11.8 remote-as xxxxx
 neighbor 10.2.11.8 peer-group iBGP-vpls
 !
 address-family l2vpn vpls
  neighbor iBGP-vpls suppress-signaling-protocol ldp
  neighbor 10.2.11.8 activate
 exit-address-family
!
ip forward-protocol nd
!
ipv6 router ospf 1
 router-id 10.2.11.9
 no auto-cost
 passive-interface default
 no passive-interface Vlan101
 no passive-interface Vlan102
 redistribute connected
 redistribute static
!
mpls ldp router-id Loopback0
 
Switch B config:
version 15.6
no service pad
service timestamps debug datetime msec show-timezone
service timestamps log datetime msec show-timezone
service password-encryption
service unsupported-transceiver
platform bfd allow-svi
!
clock summer-time BST recurring last Sun Mar 2:00 last Sun Oct 2:00
clock calendar-valid
no ip source-route
ip routing
!
mpls label protocol ldp
mpls traffic-eng tunnels
mpls traffic-eng logging lsp path-errors
mpls traffic-eng logging lsp reservation-errors
mpls traffic-eng auto-tunnel backup
mpls traffic-eng auto-tunnel backup timers removal unused 1800 1800
mpls traffic-eng auto-tunnel backup tunnel-num min 401 max 599
xconnect logging pseudowire status
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
diagnostic bootup level minimal
errdisable recovery cause udld
errdisable recovery cause link-flap
errdisable recovery cause storm-control
!
transceiver type all
 monitoring
vlan internal allocation policy ascending
!
vlan 101
 name ospf-pathA
!
vlan 102
 name ospf-pathA
!
l2 router-id 10.2.11.8
!
interface Loopback0
 ip address 10.2.11.8 255.255.255.255
!
<interfaces snip>
!
interface GigabitEthernet0/23
 description Test: testing - 01
 no switchport
 no ip address
 xconnect 10.2.11.9 1337 encapsulation mpls
!
interface GigabitEthernet0/24
 description Test: testing - 02
 no switchport
 no ip address
 xconnect 10.2.11.9 1338 encapsulation mpls
!
interface TenGigabitEthernet0/1
 description PathA
 switchport trunk allowed vlan 101
 switchport mode trunk
 mtu 9212
!
interface TenGigabitEthernet0/2
 description PathB
 switchport trunk allowed vlan 102
 switchport mode trunk
 mtu 9212
!
interface Vlan101
 description OSPF - PathA
 mtu 9000
 ip address xx.xx.xx.xx 255.255.255.254
 no ip redirects
 no ip proxy-arp
 ip ospf authentication null
 ip ospf network point-to-point
 ip ospf dead-interval 15
 ip ospf hello-interval 5
 ip ospf cost 100
 ipv6 address xxx::xxx/126
 ipv6 enable
 ipv6 nd ra suppress
 ipv6 ospf authentication null
 mpls ip
 mpls traffic-eng tunnels
 mpls traffic-eng administrative-weight 100
 ipv6 ospf 1 area 0
 ipv6 ospf network point-to-point
 ipv6 ospf hello-interval 5
 ipv6 ospf dead-interval 15
!
interface Vlan102
 description OSPF - PathB
 mtu 9000
 ip address xx.xx.xx.xx 255.255.255.254
 no ip redirects
 no ip proxy-arp
 ip ospf authentication null
 ip ospf network point-to-point
 ip ospf dead-interval 15
 ip ospf hello-interval 5
 ip ospf cost 100
 ipv6 address xxx::xxx/126
 ipv6 enable
 ipv6 nd ra suppress
 ipv6 ospf authentication null
 mpls ip
 mpls traffic-eng tunnels
 mpls traffic-eng administrative-weight 100
 ipv6 ospf 1 area 0
 ipv6 ospf network point-to-point
 ipv6 ospf hello-interval 5
 ipv6 ospf dead-interval 15
!
router ospf 1
 router-id 10.2.11.8
 no auto-cost
 area 0 authentication message-digest
 redistribute connected subnets
 redistribute static subnets
 passive-interface default
 no passive-interface Vlan101
 no passive-interface Vlan102
 network xx.xx.xx.xx 0.0.0.1 area 0
 network xx.xx.xx.xx 0.0.0.1 area 0
 mpls traffic-eng router-id Loopback0
 mpls traffic-eng area 0
!
router bgp xxxxx
 bgp router-id 10.2.11.8
 no bgp enforce-first-as
 bgp log-neighbor-changes
 no bgp default ipv4-unicast
 neighbor iBGP-vpls peer-group
 neighbor iBGP-vpls remote-as xxxxx
 neighbor iBGP-vpls update-source Loopback0
 neighbor 10.2.11.9 remote-as xxxxx
 neighbor 10.2.11.9 peer-group iBGP-vpls
 !
 address-family l2vpn vpls
  neighbor iBGP-vpls suppress-signaling-protocol ldp
  neighbor 10.2.11.9 activate
 exit-address-family
!
ip forward-protocol nd
!
ipv6 router ospf 1
 no auto-cost
 passive-interface default
 no passive-interface Vlan101
 no passive-interface Vlan102
 redistribute connected
 redistribute static
!
!
mpls ldp router-id Loopback0
_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to