display ipv6 routing-table acl

Use display ipv6 routing-table acl to display routing information permitted by a specific IPv6 basic ACL.

Syntax

display ipv6 routing-table [ vpn-instance vpn-instance-name ] acl acl6-number [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters. Without this option, the command displays routing information for the public network.

acl6-number: Specifies a basic IPv6 ACL by its number in the range of 2000 to 2999.

verbose: Displays detailed information about all routes permitted by the basic IPv6 ACL. Without this keyword, the command displays only brief information about active routes permitted by the basic IPv6 ACL.

Usage guidelines

If the specified IPv6 ACL does not exist or has no rules configured, the command displays information about all IPv6 routes.

Examples

# Display brief information about active routes permitted by IPv6 ACL 2000.

<Sysname> display ipv6 routing-table acl 2000

Routes Matched by Access control list : 2000
Summary Count : 3

Destination : ::1/128                                    Protocol  : Direct
NextHop     : ::1                                        Preference: 0
Interface   : InLoop0                                    Cost      : 0

Destination : 1:1::/64                                   Protocol  : Static
NextHop     : ::                                         Preference: 60
Interface   : NULL0                                      Cost      : 0

For command output, see Table 6.

# Display detailed information about all routes permitted by IPv6 ACL 2000.

<Sysname> display ipv6 routing-table acl 2000 verbose

Routes Matched by Access control list : 2000
Summary Count : 3

Destination: ::1/128
   Protocol: Direct          Process ID: 0
  SubProtID: 0x0                    Age: 08h57m19s
       Cost: 0               Preference: 0
        Tag: 0                    State: Active NoAdv
  OrigTblID: 0x0                OrigVrf: default-vrf
    TableID: 0xa                 OrigAs: 0
      NibID: 0x20000000          LastAs: 0
     AttrID: 0xffffffff        Neighbor: ::
      Flags: 0x10004        OrigNextHop: ::1
      Label: NULL           RealNextHop: ::1
    BkLabel: NULL             BkNextHop: N/A
  Tunnel ID: Invalid          Interface: InLoopBack0
BkTunnel ID: Invalid        BkInterface: N/A

Destination: 1:1::/64
   Protocol: Static          Process ID: 0
  SubProtID: 0x2                    Age: 08h57m19s
       Cost: 0               Preference: 60
        Tag: 0                    State: Active Adv
  OrigTblID: 0x0                OrigVrf: default-vrf
    TableID: 0xa                 OrigAs: 0
      NibID: 0x20000002          LastAs: 0
     AttrID: 0xffffffff        Neighbor: ::
      Flags: 0x10084        OrigNextHop: ::
      Label: NULL           RealNextHop: ::
    BkLabel: NULL             BkNextHop: N/A
  Tunnel ID: Invalid          Interface: NULL0
BkTunnel ID: Invalid        BkInterface: N/A

For command output, see Table 7.