ARP (Address Resolution Protocol) is a network protocol used to map an IP address (Layer 3) to a corresponding MAC address (Layer 2) on a local area network (LAN). These are sample ways to find ARP on Cisco ASR 9000 running on IOS-XR. To find out the ARP statistics for a particular linecard, the command would be: show arp traffic location 0/X/CPU0 where X is the Slot number Example: RP/0/RSP0/CPU0:ASR9000#show arp traffic location 0/7/CPU0 ARP statistics: Recv: 2493913945 requests, 2796126129…
Tag: <span>ASR9000</span>
Cisco BVI (Bridge Virtual Interface) enables Layer 3 routing on a bridge group, connecting different Layer 2 networks. BVI (Bridge Group Virtual Interface) is a routed interface that represents a set of interfaces that gets bridge. Here is the sample Bridge Virtual Interface (BVI) Configuration on Cisco ASR 9000. Fig1. Configuration: RP/0/RSP1/CPU0:ASR9000#configure Configure the interface interface GigE0/0/0/0 description Connection to Server1 eth0 l2transport Configure the l2vpn l2vpn bridge group 1000 bridge-domain 1000 interface GigE0/0/0/0 routed interface BVI1000 3.Configure the Bridge…
Here are the steps on performing the switchover of Route Switch Processor (RSP) or Route Processor (RP) in Cisco ASR9000 platforms running in Cisco IOS-XR. show redundancy Example: RP/0/RSP0/CPU0:IOS-XR#show redundancyRedundancy information for node 0/RSP0/CPU0:==========================================Node 0/RSP0/CPU0 is in ACTIVE roleNode Redundancy Partner (0/RSP1/CPU0) is in STANDBY roleStandby node in 0/RSP1/CPU0 is readyStandby node in 0/RSP1/CPU0 is NSR-not-configuredNode 0/RSP0/CPU0 is in process group PRIMARY roleProcess Redundancy Partner (0/RSP1/CPU0) is in BACKUP roleBackup node in 0/RSP1/CPU0 is readyBackup node in 0/RSP1/CPU0 is NSR-ready…
Resetting Cisco ASR9000 Network Processor(NP) NP or network processor is the component on ASR9000 line cards that handle the feature processing of packets as they go through the system. Sample LC: ASR9K MOD160 RP/0/RSP0/CPU0:ASR9000# show controller np ports all location 0/1/cpu0 Node: 0/0/CPU0: —————————————————————- NP Bridge Fia Ports — —— — ————————————————— 0 — 0 TenGigE0/0/0/0 – TenGigE0/0/0/1, TenGigE0/0/0/4 – TenGigE0/0/0/5 NP1 is down. 2 — 2 TenGigE0/0/1/0 – TenGigE0/0/1/1, TenGigE0/0/1/4 – TenGigE0/0/1/5 3 — 3 TenGigE0/0/1/2 – TenGigE0/0/1/3,…
As per Cisco official site definition of FPD: An FPD refers to any programmable hardware device on a router, which includes a Field Programmable Gate Array (FPGA) and Read Only Memory Monitor (ROMMON). Cisco IOS® XR routers use a number of FPDs that are crucial for the function of route processors, line cards, shared port adapters (SPAs), SPA Interface Processors (SIPs), and fan trays.Sample of upgrading fpd in ASR9000 running in IOS-XR. Linecard used is 24x10GE Tomahawk linecard.A. Check first…
How to upgrade Field Programmable Device (FPD) on Cisco IOS XRAs per Cisco official documentation, the definition of FPD as follows: An FPD refers to any programmable hardware device on a router, which includes a Field Programmable Gate Array (FPGA) and Read Only Memory Monitor (ROMMON). Cisco IOS® XR routers use a number of FPDs that are crucial for the function of route processors, line cards, shared port adapters (SPAs), SPA Interface Processors (SIPs), and fan trays.1. Use the command…
Leave a Comment