Utilisateur
Listening – port sends/receives BPDUs but does not forward traffic.
Allows the port to transition immediately to forwarding state; speeds up host connectivity.
Root bridge is chosen based on the lowest bridge ID (priority + MAC address).
BPDU Guard disables a port if BPDUs are received; used on access ports to prevent loops
SW1 becomes root because it has the lower priority (4096 vs 32768).
Router types: Internal, ABR, ASBR, DR, BDR – each plays a role in area segmentation and route advertisement.
Type 1: Router LSAs,
Type 2: Network LSAs,
Type 3: Summary LSAs (ABR),
Type 4: ASBR summary,
Type 5: External LSAs.
R1 (ABR) generates Type 3 LSAs between Area 0 and Area 1.
They will not form adjacency; Hello/Dead timers must match.
OSPF uses cost (based on bandwidth) and equal-cost multipath (ECMP) if costs are equal.
Idle → Connect → Active → OpenSent → OpenConfirm → Established.
Local Preference, AS_PATH, MED, Origin, Weight.
Order: Weight > Local Pref > AS Path > Origin > MED > eBGP/iBGP.
Local Preference – influences outbound traffic from an AS.
The route with the higher Local Preference is selected.
eBGP exchanges routes between ASes; iBGP exchanges routes within the same AS.
FD: Total metric;
RD: Neighbor’s advertised metric;
Successor: Best path;
Feasible Successor: Backup path.
A route is a feasible successor if RD < FD of the current successor.
Successor = B (lowest FD). Feasible successor = D (RD < FD(B)).
EIGRP maintains Neighbor, Topology, and Routing tables.
DUAL ensures loop-free paths using the Feasibility Condition and recalculations.
LISP – used as control plane in SD-Access VXLAN overlay.
Fabric Edge connects endpoints to the SD-Access fabric and maps EID-to-RLOC.
LISP provides identity-to-location mapping for endpoint mobility.
Underlay = physical network;
Overlay = logical VXLAN tunnels for fabric traffic.
The AP sends CAPWAP control to WLC; data encapsulated in VXLAN to fabric edge.
Policing drops excess traffic; shaping buffers excess traffic to smooth rate.
LLQ = Priority queue;
CBWFQ = Bandwidth guarantees;
WRED = Random early drop;
Policing = Drop/remark;
Shaping = Buffer.
QoS prioritizes voice by using LLQ and DSCP EF marking.
Marking (DSCP) identifies traffic classes for later QoS treatment.
Likely cause: LLQ oversubscription. Solution: Adjust bandwidth or policing thresholds.
WLC manages, authenticates, and controls lightweight APs via CAPWAP.
Centralized control and uniform security policy enforcement.
CAPWAP tunnels control and data traffic between APs and WLCs.
Local = traffic stays local;
FlexConnect = can locally switch or tunnel to WLC.
Possible causes: Join failure, version mismatch, CAPWAP discovery failure.
VRF enables multiple routing tables on the same device for network segmentation.
Each VRF maintains its own routing table, allowing overlapping IP spaces.
Ansible – agentless configuration tool.
Ansible automates network configurations via YAML playbooks and SSH.
REST APIs use HTTP methods (GET, POST, PUT, DELETE) to manage devices programmatically.
