You are on page 1of 15

This is most of the commands taken from the 1 Week Course PDF

Summaries
Almost all the show mpls commands are show router mpls lsp
Almost all the show ldp commands are show ldp something...
There are far fewer show rsvp commands, show router rsvp session something... has originate etc
configure router

interface toR6
address ...
port ...
ldp-sync-timer <value>
interface LP1"
address 192.168.6.1/32
loopback

configure router ldp

ldp
interface-parameters
transport address system (default)
hello 15 3
keepalive 30 3
interface toR6
interface toR4
hello 45 3
transport address interface
keepalive 90 3
targeted-sessions
[ disable-targeted-sessions ]
hello 45 3
keepalive 40 4
peer 10.10.10.6

UDP hello timeout and factor


TCP keepalive timeout and factor

peer-parameters
peer A.B.C.D
authentication-key Abc
tunneling

T-LDP over RSVP tunneling option for multi area

prefer-tunnel-in-tunnel

If there are Link-LDP and T-LDP prefer T-LDP over RSVP

export export-policy
ldp-shortcut

Use LDP tunnel as next hop instead of IP routing

configure router

rsvp
< all interfaces added from mpls configuration >
interface toR2
hello-interval 3

rsvp-te hello protocol for neighbour down detect


this * keepmultiplier ( below ) = timout

refresh-reduction
reliable-delivery
te-threshold-update
te-up-threshold 20 40 60 80
te-down-threshold 80 60 450 20
diffserv-te [mam | rdm]
class-type-bw ct0 20 ct1 20 ct2 0 ct3 0 ct4 0 ct5 0 ct6 0 ct7 0
te-class 0 class-type 1 priority 0
te-class 1 class-type 0 priority 1

refresh-time 30
keep-multiplier X
rapid-retransmit-time 500
rapid-retry-limit 3

configure router

mpls
srlg-frr [strict]
resignal-timer X
interface system
interface toR2
srlg-group SRLG-U
interface toR3
admin-group GREEN
path "empty_list"
no shutdown
exit

frequency of Path and Resv refresh messages


actually session timeout = ( keep-multiplier + 0.5 ) * 1.5 refresh-time
number misable
ms; this is needed only if ACK request AND a path or Resv goes missing

applies srlg to frr strict means no protection if srlg fails


global resignal every x minutes (or not)
try to find a better path

path fully_strict
hop 10 10.1.2.3 strict
hop 20 10.2.3.4 strict
no shutdown
path MIXED
hop 10 10.4.5.6 strict
hop 20 10.5.6.7 loose
no shutdown
srlg-group SRLG-U value 1
srlg-group SRLG-L value 2
lsp "to_R6"
to 10.10.10.6
cspf [ use-te-metric ]
no adaptive
fast-reroute one-to-one
node-protect
primary "empty_list" [ no record ]
exclude GREEN
bandiwdth 400M
priority 1 1
class-type 0
exit
secondary PATH-DEF
exclude RED
srlg
standby
retry-timer 30
retry-limit 0

admin-group GREEN 4
interface toR3
admin-group GREEN
te-metric 400
no shutdown

configure router

ospf
area 0.0.0.0
interface system
exit
interface toR6
interface-type p2p*
exit
*A:R1# configure router ecmp 2

turns off MBB

turns off RRO recording in RESV but bypass then fails

global revertive try to find a better path while prim-on-frr


indefinitiely or this many times

A:R1# configure router [ospf | isis] rsvp-shortcut

configure router

policy-options
begin
prefix-list "loopbacks"
prefix 192.168.6.0/24 longer
exit
policy-statement "LDP_export"
entry 10
from
prefix-list "loopbacks"
exit
action accept
exit
exit
exit
commit

show router

status

Use RSVP tunnel insterad of IP routing


if there is one

=================================================================
Router Status (Router: Base)
=================================================================
Admin State Oper State
----------------------------------------------------------------Router Up Up
OSPFv2-0 Up Up
......... .. ..
MPLS Not configured Not configured
RSVP Not configured Not configured
LDP Up Up
......... .. ..
A:R1# show router tunnel-table
===============================================================================
Destination Owner Encap TunnelId Pref Nexthop Metric
------------------------------------------------------------------------------10.10.10.2/32 ldp MPLS - 9 10.1.2.2 100
10.10.10.3/32 ldp MPLS - 9 10.1.3.3 100
10.10.10.4/32 ldp MPLS - 9 10.1.2.2 200
10.10.10.5/32 ldp MPLS - 9 10.1.3.3 200
10.10.10.6/32 ldp MPLS - 9 10.1.2.2 300
===============================================================================

show router interface

A:R1# show router ospf interface toR2


Ldp Sync : inService Ldp Sync Wait : Enabled
Ldp Timer State : Wait for Ldp Adj. Ldp Tm Left : 0
A:R1# show router ospf interface toR2
Ldp Sync : inService Ldp Sync Wait : Enabled
Ldp Timer State : Timer Active Ldp Tm Left : 7

show router ldp

ldp status
===============================================================================
LDP Status for LSR ID 0.0.0.0
===============================================================================
Admin State : Up Oper State : Down
Created at : 05/15/2010 14:02:40 Down Time : 10d 20:15:38
Oper Down Reason : systemIpDown Oper Down Events : 0
ldp discovery [ detail ]
===============================================================================
LDP Hello Adjacencies
===============================================================================
Interface Name Local Addr Peer Addr AdjType State
------------------------------------------------------------------------------toR4 10.10.10.6 10.10.10.4 Link Estab
------------------------------------------------------------------------------ldp session
A:R4# show router ldp session
===============================================================================
Peer LDP Id Adj Type State Msg Sent Msg Recv Up Time
-----------------------------------------------------------------------------10.10.10.6:0 Link Nonexistent 4 4 0d 00:00:16
-----------------------------------------------------------------------------ldp parameters
===============================================================================
LDP Parameters (LSR ID 10.10.10.4)
===============================================================================
------------------------------------------------------------------------------Interface Parameters
------------------------------------------------------------------------------Keepalive Timeout : 15 sec Keepalive Factor : 3
Hold Time : 15 sec Hello Factor : 3
Propagate Policy : system Transport Address : system

Deaggregate FECs : False Route Preference : 9


Label Distribution : downstreamUnsolicited Label Retention : liberal
Control Mode : ordered Loop Detection : none
------------------------------------------------------------------------------ldp bindings
===============================================================================
LDP Prefix Bindings
===============================================================================
Prefix Peer IngLbl EgrLbl EgrIntf/ EgrNextHop
------------------------------------------------------------------------------10.10.10.6/32 10.10.10.4 131071 -- -- -10.10.10.6/32 10.10.10.5 131071 -- -- -------------------------------------------------------------------------------ldp bindings active
A:R6# show router ldp bindings active
===============================================================================
LDP Prefix Bindings (Active)
===============================================================================
Prefix Op IngLbl EgrLbl EgrIntf/LspId EgrNextHop
------------------------------------------------------------------------------10.10.10.6/32 Pop 131071 -- -- -------------------------------------------------------------------------------ldp peer
===============================================================================
Peer Adm Opr Hello Hold KA KA Passive Auto
Factor Time Factor Timeout Mode Created
------------------------------------------------------------------------------10.10.10.6 Up Up 3 45 4 40 Disabled No
-------------------------------------------------------------------------------

show router mpls

*A:R1# show router mpls lsp


===============================================================================
MPLS LSPs (Originating)
===============================================================================
LSP Name To Fastfail Adm Opr
Config
------------------------------------------------------------------------------to_R6 10.10.10.6 No Up Up
------------------------------------------------------------------------------LSPs : 1

*A:R1# show router mpls lsp to_R6 path detail

------------------------------------------------------------------------------LSP to_R6 Path empty_list


------------------------------------------------------------------------------LSP Name : to_R6 Path LSP ID : 57586
From : 10.10.10.1 To : 10.10.10.6
Adm State : Up Oper State : Up
Path Name : empty_list Path Type : Primary
Path Admin : Up Path Oper : Up
OutInterface: 1/1/4 Out Label : 131062
Path Up Time: 0d 00:01:25 Path Dn Time: 0d 00:00:00
*A:R2# show router mpls lsp transit
===============================================================================
From To In I/F Out I/F State LSP Name
------------------------------------------------------------------------------10.10.10.1 10.10.10.6 1/1/4 1/1/2 Up to_R6::empty_list
------------------------------------------------------------------------------LSPs : 1
*A:R2# show router mpls lsp transit (lsp-name to_R6::empty_list) detail
------------------------------------------------------------------------------LSP to_R6::empty_list
------------------------------------------------------------------------------From : 10.10.10.1 To : 10.10.10.6
State : Up
...........................
In Interface : 1/1/4 In Label : 131062
Out Interface : 1/1/2 Out Label : 131064
Previous Hop : 10.1.2.1 Next Hop : 10.2.4.4
===============================================================================
*A:R6# show router mpls lsp terminate
===============================================================================
From To In I/F Out I/F State LSP Name
------------------------------------------------------------------------------10.10.10.1 10.10.10.6 1/1/4 n/a Up to_R6::empty_list
------------------------------------------------------------------------------LSPs : 1
*A:R6# show router mpls lsp terminate (lsp-name to_R6::empty_list) detail
------------------------------------------------------------------------------LSP to_R6::empty_list
------------------------------------------------------------------------------From : 10.10.10.1 To : 10.10.10.6
State : Up
.............................
In Interface : 1/1/4 In Label : 131067
Previous Hop : 10.4.6.4
===============================================================================
*A:R1# show router mpls lsp "to_R6" path detail
------------------------------------------------------------------------------LSP to_R6 Path empty_list

------------------------------------------------------------------------------LSP Name : to_R6 Path LSP ID : 54132


From : 10.10.10.1 To : 10.10.10.6
Adm State : Up Oper State : Up
. . . . . . . . . . . . . . . . . . . . . . . . . .
Path Trans : 1 CSPF Queries: 1
ExplicitHops:
No Hops Specified
Actual Hops :
10.1.3.1(10.10.10.1) Record Label : N/A
-> 10.1.3.3(10.10.10.3) Record Label : 131071
-> 10.3.5.5(10.10.10.5) Record Label : 131071
-> 10.5.6.6(10.10.10.6) Record Label : 131071
ComputedHops:
10.1.3.1 -> 10.1.3.3 -> 10.3.5.5 -> 10.5.6.6
show router mpls lsp "to_R6" path detail
------------------------------------------------------------------------------LSP to_R6 Path empty_list
------------------------------------------------------------------------------LSP Name : to_R6 Path LSP ID : 54134
From : 10.10.10.1 To : 10.10.10.6
Adm State : Up Oper State : Up
. . . . . . . . . . . . . . . . . . . . . . . . . .
Path Trans : 1 CSPF Queries: 0
ExplicitHops:
10.1.3.3 -> 10.3.5.5 -> 10.5.6.6
--CONFIGURED HOPS IN ERO
Actual Hops :
10.1.3.1(10.10.10.1) Record Label : N/A
-> 10.1.3.3(10.10.10.3) Record Label : 131071
-> 10.3.5.5(10.10.10.5) Record Label : 131071
-> 10.5.6.6(10.10.10.6) Record Label : 131071
ResigEligib*: False
LastResignal: n/a CSPF Metric : 0
A:R1# show router mpls lsp "to_R6" activepath
===============================================================================
MPLS LSP: to_R6 (active paths)
===============================================================================
LSP Name : to_R6 LSP Id : 47620
Path Name : prim_path_loose Active Path : Primary
To : 10.10.10.6
A:R1# show router mpls lsp "to_R6" path fully_loose-2 detail
------------------------------------------------------------------------------LSP Name : to_R6 Path LSP ID : 47624
From : 10.10.10.1 To : 10.10.10.6
Adm State : Up Oper State : Up
Path Name : fully_loose-2 Path Type : Standby
Path Admin : Up Path Oper : Up
OutInterface: 1/1/4 Out Label : 131065
Path Up Time: 0d 00:04:46 Path Dn Time: 0d 00:00:00

. . . . . . . . . . . . . . . . . . . . . . . . . .
Preference : 10
Bandwidth : No Reservation Oper Bw : 0 Mbps
. . . . . . . . . . . . . . . . . . . . . . . . . .
Actual Hops :
10.1.2.1(10.10.10.1) Record Label : N/A
-> 10.1.2.2(10.10.10.2) Record Label : 131065
-> 10.2.4.4(10.10.10.4) Record Label : 131065
-> 10.4.6.6(10.10.10.6) Record Label : 131064
ComputedHops:
10.1.2.1 -> 10.1.2.2 -> 10.2.4.4 -> 10.4.6.6
Srlg : Enabled
SrlgDisjoint: True
A:R2# show router mpls bypass-tunnel detail
===============================================================================
MPLS Bypass Tunnels (Detail)
===============================================================================
------------------------------------------------------------------------------bypass-node10.10.10.3
------------------------------------------------------------------------------To : 10.4.8.4 State : Up
Out I/F : 1/1/1 Out Label : 131068
Up Time : 0d 03:22:04 Active Time : n/a
Reserved BW : 0 Kbps Protected LSP Count : 2
Type : Dynamic
SetupPriority : 7 Hold Priority : 0
Class Type : 0
Actual Hops :
10.2.6.6 -> 10.6.7.7 -> 10.7.8.8 -> 10.4.8.4
===============================================================================
A:R2# show router mpls bypass-tunnel protected-lsp
===============================================================================
MPLS Bypass Tunnels
===============================================================================
Legend : m - Manual d - Dynamic p - P2mp
===============================================================================
To State Out I/F Out Label Reserved Protected Type
BW (Kbps) LSP Count
------------------------------------------------------------------------------10.4.8.4 Up 1/1/1 131069 0 2 d
Protected LSPs to_R4::fully_loose From: 10.10.10.1 To: 10.10.10.4
to_R8::fully_strict From: 10.10.10.5 To: 10.10.10.8
------------------------------------------------------------------------------Bypass Tunnels : 1
===============================================================================

show router rsvp

*A:R2# show router rsvp session transit detail


------------------------------------------------------------------------------LSP : to_R6::empty_list
------------------------------------------------------------------------------From : 10.10.10.1 To : 10.10.10.6
Tunnel ID : 1 LSP ID : 57586
Style : SE State : Up
Session Type : Transit
In Interface : 1/1/4 Out Interface : 1/1/2
In Label : 131062 Out Label : 131064
Previous Hop : 10.1.2.1 Next Hop : 10.2.4.4
......................... ..........................
Path Recd : 247 Path Sent : 246
Resv Recd : 244 Resv Sent : 238
*A:R6# show router rsvp session terminate detail
------------------------------------------------------------------------------LSP : to_R6::empty_list
------------------------------------------------------------------------------From : 10.10.10.1 To : 10.10.10.6
Tunnel ID : 1 LSP ID : 57586
Style : SE State : Up
Session Type : Terminate
In Interface : 1/1/4 Out Interface : n/a
In Label : 131067 Out Label : n/a
Previous Hop : 10.4.6.4 Next Hop : n/a
......................... ..........................
Path Recd : 254 Path Sent : 0
Resv Recd : 0 Resv Sent : 254
*A:R2# show router rsvp neighbor
===============================================================================
Neighbor Interface Hello Last Oper Flags
Change
===============================================================================
10.1.2.1 toR1 Up 0d 01:04:00
10.2.4.4 toR4 Up 0d 01:04:00
------------------------------------------------------------------------------Neighbors : 2
===============================================================================
A:R4# show router rsvp interface
==================================================================
Interface Total Active Total BW Resv BW Adm Opr
Sessions Sessions (Mbps) (Mbps)
-----------------------------------------------------------------system - - - - Up Up
toR2 0 0 1000 0 Up Up
toR6 0 0 400 0 Up Up
-----------------------------------------------------------------A:R1# show router rsvp interface "toR2" detail
. . . . . . . . . . . . . . . . . . . . . .
Bandwidth Constraints for Class Types (Kbps)
BC0 : 200000 BC4: 0
BC1 : 200000 BC5: 0
BC2 : 0 BC6: 0
BC3 : 0 BC7: 0
*A:R1# show router rsvp session originate

===============================================================================
From To Tunnel LSP Name State
ID ID
------------------------------------------------------------------------------10.10.10.1 10.10.10.6 1 57586 to_R6::empty_list Up
------------------------------------------------------------------------------Sessions : 1

show router ospf

*A:R1# show router ospf opaque-database


===============================================================================
Type Id Link State Id Adv Rtr Id Age Sequence Cksum
------------------------------------------------------------------------------Area 0.0.0.0 1.0.0.1 10.10.10.1 1305 0x80000012 0xef10
Area 0.0.0.0 1.0.0.2 10.10.10.1 602 0x80000024 0xc635
Area 0.0.0.0 1.0.0.3 10.10.10.1 602 0x80000025 0xad75
Area 0.0.0.0 1.0.0.1 10.10.10.2 268 0x80000012 0xf30a
Area 0.0.0.0 1.0.0.2 10.10.10.2 1347 0x80000023 0x1911
<. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . >
Area 0.0.0.0 1.0.0.3 10.10.10.5 846 0x80000021 0x977b
Area 0.0.0.0 1.0.0.4 10.10.10.5 838 0x80000022 0xf06
Area 0.0.0.0 1.0.0.1 10.10.10.6 176 0x80000011 0x6f0
Area 0.0.0.0 1.0.0.2 10.10.10.6 475 0x80000020 0xfd13
Area 0.0.0.0 1.0.0.3 10.10.10.6 496 0x80000026 0x64a1
------------------------------------------------------------------------------No. of Opaque LSAs: 22
*A:R1# show router ospf opaque-database adv-router 10.10.10.4
=============================================================
Type Id Link State Id Adv Rtr Id
------------------------------------------------------------Area 0.0.0.0 1.0.0.1 10.10.10.4
Area 0.0.0.0 1.0.0.2 10.10.10.4
Area 0.0.0.0 1.0.0.3 10.10.10.4
Area 0.0.0.0 1.0.0.4 10.10.10.4
------------------------------------------------------------No. of Opaque LSAs: 4
A:R1# show router ospf opaque-database adv-router 10.10.10.4 detail
===============================================================================
OSPF Opaque Link State Database (Type : All) (Detailed)
===============================================================================
------------------------------------------------------------------------------Opaque LSA
------------------------------------------------------------------------------Area Id : 0.0.0.0 Adv Router Id : 10.10.10.4
Link State Id : 1.0.0.1 LSA Type : Area Opaque
Sequence No : 0x80000002 Checksum : 0x1ced
Age : 107 Length : 28
Options : E
Advertisement :
ROUTER-ID TLV (0001) Len 4 : 10.10.10.4
A:R1# show router ospf opaque-database adv-router 10.10.10.4 detail
<. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . >
------------------------------------------------------------------------------Opaque LSA
------------------------------------------------------------------------------Area Id : 0.0.0.0 Adv Router Id : 10.10.10.4

Link State Id : 1.0.0.3 LSA Type : Area Opaque


Sequence No : 0x80000005 Checksum : 0xa449
Age : 6 Length : 124
Options : E
Advertisement :
LINK INFO TLV (0002) Len 100 :
Sub-TLV: 1 Len: 1 LINK_TYPE : 1
Sub-TLV: 2 Len: 4 LINK_ID : 10.10.10.6
Sub-TLV: 3 Len: 4 LOC_IP_ADDR : 10.4.6.4
Sub-TLV: 4 Len: 4 REM_IP_ADDR : 10.4.6.6
Sub-TLV: 5 Len: 4 TE_METRIC : 100
Sub-TLV: 6 Len: 4 MAX_BDWTH : 1000000 Kbps
Sub-TLV: 7 Len: 4 RSRVBL_BDWTH : 1000000 Kbps
Sub-TLV: 8 Len: 32 UNRSRVD_CLS0 :
P0: 400000 Kbps P1: 400000 Kbps P2: 400000 Kbps P3: 400000 Kbps
P4: 400000 Kbps P5: 400000 Kbps P6: 400000 Kbps P7: 400000 Kbps
Sub-TLV: 9 Len: 4 ADMIN_GROUP : 00000010 (16)
(Interface toR6)
(GREEN)

show router fib

fib 1
=========================================
Prefix Protocol
NextHop
----------------------------------------10.4.6.0/24 LOCAL
10.4.6.0 (toR6)
10.10.10.4/32 LOCAL
10.10.10.4 (system)

oam

*A:R1# oam lsp-ping prefix 10.10.10.6/32


LSP-PING 10.10.10.6/32: 80 bytes MPLS payload
Seq=1, send from intf toR2, reply from 10.10.10.6
udp-data-len=32 ttl=255 rtt=3.59ms rc=3 (EgressRtr)
---- LSP 10.10.10.6/32 PING Statistics ---1 packets sent, 1 packets received, 0.00% packet loss
round-trip min = 3.59ms, avg = 3.59ms, max = 3.59ms, stddev = 0.000ms
*A:R1# oam lsp-trace prefix 10.10.10.6/32
lsp-trace to
1 10.10.10.2
2 10.10.10.4
3 10.10.10.6

10.10.10.6/32: 0 hops min, 0 hops max, 104 byte packets


rtt=1.63ms rc=8(DSRtrMatchLabel)
rtt=3.19ms rc=8(DSRtrMatchLabel)
rtt=3.80ms rc=3(EgressRtr)

tools

*A:R1# tools perform router mpls cspf to 10.10.10.6 bandwidth 500


CSPF Path
To : 10.10.10.6
Path 1 : (cost 300)
Start: 10.10.10.1
Egr: 10.1.3.1 -> Ingr: 10.1.3.3 (met 100)
Egr: 10.3.5.3 -> Ingr: 10.3.5.5 (met 100)
Egr: 10.5.6.5 -> Ingr: 10.5.6.6 (met 100)
End: 10.10.10.6
*A:R1# tools perform router mpls cspf to 10.10.10.6 exclude-bitmap 16\
*A:R1# tools perform router mpls cspf to 10.10.10.6 include-bitmap 16
A:R1# tools perform router mpls cspf from 10.10.10.3 to 10.10.10.6 exclude-bitmap 16
*A:R2# tools dump router rsvp psb detail
-------------------------------------------------------------------------------PSB:
P2P: Session (To: 10.10.10.6 - 1 - 10.10.10.1), Sender (10.10.10.1 - 57586) PHop 10.1.2.1
PSB CurrState: PRIMARYS_CONNECTED PrevState: PRIMARYS_INIT Flags: 0x0
LocalLabel 131062 OutLabel 131064
Incoming IfIndex: toR1(2)
Refresh interval 30, Send Path refresh in 36 secs, Path Refresh timeout 154 secs
Send Resv refresh in 28 secs
PrevHop: Addr -> 10.1.2.1 LIH 2
DnStream Nbr: Addr-> 10.2.4.4 IfIndex toR4(3)
UpStream Nbr: Addr-> 10.1.2.1 IfIndex toR1(2)

configure router
configure router

A:R1# configure router bgp igp-shortcut {ldp|rsvp-te|mpls} [disallow-igp]


*A:R1>config>router>ospf3# info
---------------------------------------------asbr
export "bgp_6pe"
area 0.0.0.0
interface "toR8"
interface-type point-to-point

*A:R1>config>router>ospf3# show router policy "bgp_6pe"


entry 10

from
protocol bgp
family ipv6
action accept

show router

*A:R1# show router bgp routes ipv6 2001:DB8:1::1/128 hunt


===============================================================================
BGP Router ID:10.10.10.1 AS:100 Local AS:100
===============================================================================
Legend Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best
===============================================================================
BGP IPv6 Routes
===============================================================================
------------------------------------------------------------------------------RIB In Entries
------------------------------------------------------------------------------Network : 2001:DB8:1::1/128
Nexthop : ::FFFF:A0A:A06
From : 10.10.10.6
Res. Nexthop : 10.1.2.2 (LDP)
Local Pref. : 100 Interface Name : toR2
... output omitted ...
*A:R1# show router bgp summary
===============================================================================
BGP Router ID:10.10.10.1 AS:100 Local AS:100
===============================================================================
BGP Admin State : Up BGP Oper State : Up
Total Peer Groups : 1 Total Peers : 1
Total BGP Paths : 8 Total Path Memory : 960
Total IPv4 Remote Rts : 0 Total IPv4 Rem. Active Rts : 0
Total IPv6 Remote Rts : 1 Total IPv6 Rem. Active Rts : 1
Total Supressed Rts : 0 Total Hist. Rts : 0
Total Decay Rts : 0
... output omitted ...
===============================================================================
BGP Summary
===============================================================================
Neighbor
AS PktRcvd InQ Up/Down State|Rcv/Act/Sent (Addr Family)
PktSent OutQ
------------------------------------------------------------------------------10.10.10.6
100 1543 0 10h51m28s 1/1/1 (IPv6)
1556 0
===============================================================================
*A:R8# show router route-table ipv6
===============================================================================
IPv6 Route Table (Router: Base)
===============================================================================
Dest Prefix Type Proto Age Pref
Next Hop[Interface Name] Metric
------------------------------------------------------------------------------2001:DB8:1::1/128 Remote OSPF3 00h22m21s 150

FE80::216:4DFF:FE13:5CAE-"toR1" 100
2001:DB8:2::1/128 Local Local 01d02h38m 0
system 0
------------------------------------------------------------------------------No. of Routes: 2
===============================================================================
*A:R8# ping 2001:DB8:1::1 count 1
PING 2001:DB8:1::1 56 data bytes
64 bytes from 2001:DB8:1::1 icmp_seq=1 hlim=62 time=4.20ms.
---- 2001:DB8:1::1 PING Statistics ---1 packet transmitted, 1 packet received, 0.00% packet loss
round-trip min = 4.20ms, avg = 4.20ms, max = 4.20ms, stddev = 0.000ms

You might also like