Simplified Networking
  • Home
  • Technology VoD!
    • Cisco >
      • Route & Switch / Enterprise Infrastructure
  • Technology Breakdowns!
    • Route&Switch/Ent. Infra. >
      • L2 Technologies
      • L3 Technologies
      • VPN Technologies
      • Services >
        • IOS - Dynamic NAT
        • HSRP - IPv4 Setup
        • HSRP - Priority and Preemption
    • Service Provider >
      • IGPs (Interior Gateway Protocols)
      • First Hop Redundancy >
        • HSRP (Hot Standby Router Protocol) >
          • HSRP - IOS/IOS XE Setup
          • HSRP - IOS XR Setup
      • BGP (Border Gateway Protocol)
      • Inter AS Multicast (MSDP)
      • Intra-AS MPLS
      • Inter-AS MPLS
    • Security >
      • IOS Firewall
      • ASA Firewall
      • FirePOWER Threat Defense >
        • FTD - FTD NGFW Device Setup and FMC Integration
      • VPNs >
        • PKI
        • Site to Site VPNs
        • Remote Access VPNs >
          • IOS Remote Access
          • ASA Remote Access
    • Data Center >
      • Nexus 9000v >
        • Nexus 9000v - Enabling Features
        • Nexus 9000v - VLANs and Trunks
        • Nexus 9000v - LACP Port Channels
        • Nexus 9000v - vPC (Virtual Port Channel)
        • Nexus 9000v - OSPFv2
        • Nexus 9000v - VXLAN - Ingress Replication Flood and Learn
        • Nexus 9000v - IP Multicast
        • Nexus 9000v - VxLAN - Multicast Flood and Learn
        • Nexus 9000v - VxLAN - BGP EVPN with Multicast
        • Nexus 9000v - VxLAN - BGP EVPN w/Ingress Replication
        • Nexus 9000v - VxLAN - Inter-VxLAN Routing with BGP EVPN
        • Nexus 9000v - VXLAN - External Routing
      • Nexus 7000v
    • Palo Alto

L2VPN CLI xconnect context 1 CE & 1 AC

Picture
​CSR1
interface GigabitEthernet5
 no ip address
 negotiation auto
 no keepalive
 service instance 1 ethernet
  encapsulation default
!
interface pseudowire1
 encapsulation mpls
 neighbor 192.0.2.5 1
!
l2vpn xconnect context P2P
 member GigabitEthernet5 service-instance 1
 member pseudowire1
 
CSR5
interface GigabitEthernet3
 no ip address
 negotiation auto
 no keepalive
 service instance 1 ethernet
  encapsulation default
!
interface pseudowire1
 encapsulation mpls
 neighbor 192.0.2.1 1
!
l2vpn xconnect context P2P
 member GigabitEthernet3 service-instance 1
 member pseudowire1
 
CSR5#show xconnect all detail
Legend:    XC ST=Xconnect State  S1=Segment1 State  S2=Segment2 State
  UP=Up       DN=Down            AD=Admin Down      IA=Inactive
  SB=Standby  HS=Hot Standby     RV=Recovering      NH=No Hardware
 
XC ST  Segment 1                         S1 Segment 2                         S2
------+---------------------------------+--+---------------------------------+--
UP pri   ac Gi3:1(Ethernet)              UP mpls 192.0.2.1:1                  UP
            Interworking: none                   Local VC label 44             
                                                 Remote VC label 73
 
 
CSR5#show l2vpn atom vc vcid 1 detail
pseudowire1 is up, VC status is up PW type: Ethernet
  Create time: 00:03:44, last status change time: 00:03:44
    Last label FSM state change time: 00:03:44
  Destination address: 192.0.2.1 VC ID: 1
    Output interface: Gi1, imposed label stack {16 73}
    Preferred path: not configured 
    Default path: active
    Next hop: 10.3.5.3
  Member of xconnect service P2P
    Associated member Gi3 is up, status is up
    Interworking type is Like2Like
    Service id: 0xcd000003
  Signaling protocol: LDP, peer 192.0.2.1:0 up
    Targeted Hello: 192.0.2.5(LDP Id) -> 192.0.2.1, LDP is UP
    Graceful restart: not configured and not enabled
    Non stop routing: not configured and not enabled
    PWid FEC (128), VC ID: 1
    Status TLV support (local/remote)         : enabled/supported
      LDP route watch                         : enabled
      Label/status state machine              : established, LruRru
      Local dataplane status received         : No fault
      BFD dataplane status received           : Not sent
      BFD peer monitor status received        : No fault
      Status received from access circuit     : No fault
      Status sent to access circuit           : No fault
      Status received from pseudowire i/f     : No fault
      Status sent to network peer             : No fault
      Status received from network peer       : No fault
      Adjacency status of remote peer         : No fault
  Sequencing: receive disabled, send disabled
  Bindings
    Parameter    Local                          Remote
    ------------ ------------------------------ ------------------------------
    Label        44                             73
    Group ID     8                              10
    Interface                                                                 
    MTU          1500                           1500
    Control word on (configured: autosense)     on
    PW type      Ethernet                       Ethernet
    VCCV CV type 0x02                           0x02
                   LSPV [2]                       LSPV [2]                   
    VCCV CC type 0x07                           0x07
                   CW [1], RA [2], TTL [3]       CW [1], RA [2], TTL [3]
    Status TLV   enabled                        supported
  SSO Descriptor: 192.0.2.1/1, local label: 44
  Dataplane:
    SSM segment/switch IDs: 4106/4105 (used), PWID: 1
  Rx Counters
    0 input transit packets, 0 bytes
    0 drops, 0 seq err
  Tx Counters
    26 output transit packets, 3428 bytes
    0 drops
 
 
CSR1#show xconnect all detail
Legend:    XC ST=Xconnect State  S1=Segment1 State  S2=Segment2 State
  UP=Up       DN=Down            AD=Admin Down      IA=Inactive
  SB=Standby  HS=Hot Standby     RV=Recovering      NH=No Hardware
 
XC ST  Segment 1                         S1 Segment 2                         S2
------+---------------------------------+--+---------------------------------+--
UP pri   ac Gi5:1(Ethernet)              UP mpls 192.0.2.5:1                  UP
            Interworking: none                   Local VC label 73             
                                                 Remote VC label 44            
 
 
CSR1#show l2vpn atom vc vcid 1 detail
pseudowire1 is up, VC status is up PW type: Ethernet
  Create time: 00:05:25, last status change time: 00:04:42
    Last label FSM state change time: 00:04:41
  Destination address: 192.0.2.5 VC ID: 1
    Output interface: Gi1, imposed label stack {17 44}
    Preferred path: not configured 
    Default path: active
    Next hop: 10.1.3.3
  Member of xconnect service P2P
    Associated member Gi5 is up, status is up
    Interworking type is Like2Like
    Service id: 0xf9000007
  Signaling protocol: LDP, peer 192.0.2.5:0 up
    Targeted Hello: 192.0.2.1(LDP Id) -> 192.0.2.5, LDP is UP
    Graceful restart: not configured and not enabled
    Non stop routing: not configured and not enabled
    PWid FEC (128), VC ID: 1
    Status TLV support (local/remote)         : enabled/supported
      LDP route watch                         : enabled
      Label/status state machine              : established, LruRru
      Local dataplane status received         : No fault
      BFD dataplane status received           : Not sent
      BFD peer monitor status received        : No fault
      Status received from access circuit     : No fault
      Status sent to access circuit           : No fault
      Status received from pseudowire i/f     : No fault
      Status sent to network peer             : No fault
      Status received from network peer       : No fault
      Adjacency status of remote peer         : No fault
  Sequencing: receive disabled, send disabled
  Bindings
    Parameter    Local                          Remote
    ------------ ------------------------------ ------------------------------
    Label        73                             44
    Group ID     10                             8
    Interface                                                                
    MTU          1500                           1500
    Control word on (configured: autosense)     on
    PW type      Ethernet                       Ethernet
    VCCV CV type 0x02                           0x02
                   LSPV [2]                       LSPV [2]                   
    VCCV CC type 0x07                           0x07
                   CW [1], RA [2], TTL [3]       CW [1], RA [2], TTL [3]
    Status TLV   enabled                        supported
  SSO Descriptor: 192.0.2.5/1, local label: 73
  Dataplane:
    SSM segment/switch IDs: 4116/4115 (used), PWID: 1
  Rx Counters
    33 input transit packets, 4494 bytes
    0 drops, 0 seq err
  Tx Counters
    0 output transit packets, 0 bytes
    0 drops
 
 
CSR8#ping 10.100.1.18         
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.100.1.18, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 15/22/34 ms
 
 
CSR1#show l2vpn atom vc vcid 1 detail | b Rx|Tx
  Rx Counters
    98 input transit packets, 12495 bytes
    0 drops, 0 seq err
  Tx Counters
    14 output transit packets, 4043 bytes
    0 drops
 
 
CSR1#show mpls forwarding-table labels 73
Local      Outgoing   Prefix           Bytes Label   Outgoing   Next Hop   
Label      Label      or Tunnel Id     Switched      interface             
73         No Label   l2ckt(1)         13665         Gi5        point2point
Powered by Create your own unique website with customizable templates.
  • Home
  • Technology VoD!
    • Cisco >
      • Route & Switch / Enterprise Infrastructure
  • Technology Breakdowns!
    • Route&Switch/Ent. Infra. >
      • L2 Technologies
      • L3 Technologies
      • VPN Technologies
      • Services >
        • IOS - Dynamic NAT
        • HSRP - IPv4 Setup
        • HSRP - Priority and Preemption
    • Service Provider >
      • IGPs (Interior Gateway Protocols)
      • First Hop Redundancy >
        • HSRP (Hot Standby Router Protocol) >
          • HSRP - IOS/IOS XE Setup
          • HSRP - IOS XR Setup
      • BGP (Border Gateway Protocol)
      • Inter AS Multicast (MSDP)
      • Intra-AS MPLS
      • Inter-AS MPLS
    • Security >
      • IOS Firewall
      • ASA Firewall
      • FirePOWER Threat Defense >
        • FTD - FTD NGFW Device Setup and FMC Integration
      • VPNs >
        • PKI
        • Site to Site VPNs
        • Remote Access VPNs >
          • IOS Remote Access
          • ASA Remote Access
    • Data Center >
      • Nexus 9000v >
        • Nexus 9000v - Enabling Features
        • Nexus 9000v - VLANs and Trunks
        • Nexus 9000v - LACP Port Channels
        • Nexus 9000v - vPC (Virtual Port Channel)
        • Nexus 9000v - OSPFv2
        • Nexus 9000v - VXLAN - Ingress Replication Flood and Learn
        • Nexus 9000v - IP Multicast
        • Nexus 9000v - VxLAN - Multicast Flood and Learn
        • Nexus 9000v - VxLAN - BGP EVPN with Multicast
        • Nexus 9000v - VxLAN - BGP EVPN w/Ingress Replication
        • Nexus 9000v - VxLAN - Inter-VxLAN Routing with BGP EVPN
        • Nexus 9000v - VXLAN - External Routing
      • Nexus 7000v
    • Palo Alto