IPv6 RA Guard

Hi, so I’m trying to understand whats going on with this so I’ve created the test setup int CML2 and looking at the commands should the command be
show ipv6 route nd instead of
show ipv6 route static ?
as when I type in show ipv6 route static I don’t see any entries
but if I type in

H1#sh ipv6 route nd
    IPv6 Routing Table - default - 6 entries
    Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
           B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
           H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
           IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
           ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
           RL - RPL, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
           OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
           la - LISP alt, lr - LISP site-registrations, ld - LISP dyn-eid
           lA - LISP away, a - Application
    ND  ::/0 [2/0]
         via FE80::5054:FF:FE10:83BD, GigabitEthernet0/1
    NDp 2001:DB8:0:1::/64 [2/0]
         via GigabitEthernet0/1, directly connected
    NDp 2001:DB8:BAD:BAD::/64 [2/0]
         via GigabitEthernet0/1, directly connected
    H1#

Andy