You are on page 1of 3

IOS XR training Notes

=====================

checking packages
============================
sh install active summary

Alias
=====
Alias ---> creating alias will shorten the comands
eg: alias SHV4BR show ipv4 int brief
now SHV4BR can be used if you want show ipv4 int brief

interface monitoring
====================
monitor interface gi 0/0/0/0

shows all changes made on router


=================================
sh configuration history

How to check the configuration history


=====================================
sh configuration history Past 1

how to perform rollback of configuration


=======================================
rollback configuration last 1

checking ISIS
==============
sh isis
sh run router isis
sh isis adjacency

showing next hops


=================
sh cef

MPLS--> multiprotocol label switching


======================================
RIB---> routing information base (static routes and coonected routes)
FIB ---> more optimized table---> contains next hop adn outgoign going interface of
specific routes

FIB and LFIB(lable forwarding information base have all necessary label information
as well as the
outgoing interface and next-hop information.

XR-04-P
mpls ldp
log adjacency
router-id 4.4.4.4
interface GigabitEthernet0/0/0/0
address-family ipv4
!
interface GigabitEthernet0/0/0/1
address-family ipv4
!
interface GigabitEthernet0/0/0/2
address-family ipv4
!
interface GigabitEthernet0/0/0/3
address-family ipv4

VERIFICATION COMMANDS
Sh mpls ldp neighbor
=========================
shows all the ldp niegbors for the router

sh mpls forwarding

sh mpls interfaces
===================
RP/0/0/CPU0:XR-04-P#sh mpls interfaces
Tue Jul 23 00:01:55.567 UTC
Interface LDP Tunnel Static Enabled
-------------------------- -------- -------- -------- --------
GigabitEthernet0/0/0/0 Yes No No Yes
GigabitEthernet0/0/0/1 Yes No No Yes
GigabitEthernet0/0/0/2 Yes No No Yes
GigabitEthernet0/0/0/3 Yes No No Yes

Creating MPLS
==============
RP/0/0/CPU0:XR-04-P#sh running-config mpls ldp
Tue Jul 23 00:02:29.134 UTC
mpls ldp
log
adjacency
!
router-id 4.4.4.4
interface GigabitEthernet0/0/0/0
address-family ipv4
!
!
interface GigabitEthernet0/0/0/1
address-family ipv4
!
!
interface GigabitEthernet0/0/0/2
address-family ipv4
!
!
interface GigabitEthernet0/0/0/3
address-family ipv4
!
!
!

You might also like