Skip to main content

Packet Capture Repository

 Packet Capture Repository


1. VXLAN :

Inter-vlan VXLAN L2 VNI : VXLAN-Inter-Vlan.pcap

Intra-vlan VXLAN L2 VNI : VXLAN-Intra-Vlan.pcap

2. BGP : 

BGP With RR : BGP-With-RR

BGP Without RR : BGP-Without-RR

iBGP Peering : i-BGP-Peering

3. OSPF :

Normal (Broadcast Network Type) OSPF Peering : OSPF-Peering

OSPF Multi-access Broadcast Peering : OSPF-MultiAccess-Peering

4. EIGRP :

EIGRP-p2p Peering : EIGRP-Peering

EIGRP Unicast Peering : EIGRP-Unicast

5. MPLS :

LDP Peering : LDP-Peering

6. OTV :

OTV Unicast Core ISIS Control Packets : OTV-Unicast-ISIS

EIGRP over OTV Unicast Core : OTV-Unicast-EIGRP

ICMP over OTV Unicast Core : OTV-Unicast-ICMP

Multicast over OTV Unicast Core : OTV-Unicast-Mcast

OTV Multicast Core ISIS Control Packets : OTV-Multicast-ISIS

EIGRP over OTV Multiast Core : OTV-Multicast-EIGRP

ICMP over OTV Multicast Core : OTV-Multicast-ICMP

Multicast over OTV Multicast Core : OTV-Multicast-Mcast
7. DHCP : 

DHCP Without Relay Agent : DHCP-WO-Relay

8. GRE :

GRE Tunnel with Keepalives : GRE-With-Keepalives

9. FHRP : 

HSRP Election Process : HSRP-Election

10. ISIS : 

ISIS L1-L2 Default Peering : ISIS-L1-L2-Peering

11. NTP :

NTP Version 4 Convergence : NTP-V4-Convergence

12. RIP : 

RIP Peering : RIP-Peering


Comments

Popular posts from this blog

LISP Vlan Extension using host mobility across DC's

LISP protocol feature set is used for multiple/various applications within inter-DC communication. The most commonly used feature set is to use it for Vlan/subnet extension across DC's over remote sites. It works solely based on user-demand. Meaning unless there is no traffic, the control plane would remain idle, unless we give few parameters to make the control plane query the subnets individually. Topology : CSR_16.12.2S CSR_16.12.2S_CORE CSR_16.12.2S_2 +-------+ +-------+ +-------+ | |G3 +-------+ G2| |G3 +-------+ G2| | | +-----------+ P2 +--------------+ +------------+ P3 +------------+ | | | +-------+ | | +-------+ | | +-------+ +-------+ ...

Bridging on C1100 between EtherSwitch ports and WAN ports

Bridging on C1100 between EtherSwitch ports and WAN ports While testing this further, I was able to get the pings to work across the 2900’s. You can check the configurations below : +--------------+ +--------------+ +-------------+ | | | | | | | | | | | | | |G0/1 G0/1/0 |G0/0/0 G0/1| | | 2900-1 +------------------+ C1121X-8PL +------------------+ 2900-2 | | | | | G0/1.10 | | | | | | | | | | | | | +--------------+ +--------------+ +-------------+ 2900-1 : 2900-1(config)#do sh run int gi 0/1 Building ...