show running-config ipv6

Use this command to show the running system status and configuration for IPv6.

Command Syntax

Copy
show running-config ipv6 (access-list|mroute|neighbor|prefix-list|route|)

Parameters

access-list

Access list.

mroute

Static IPv6 Multicast route.

neighbor

Static IPv6 neighbor entry.

prefix-list

IPv6 prefix-list.

route

Static IPv6 route.

Default

None

Command Mode

Privileged execution mode

Applicability

This command was introduced before OcNOS version 1.3.

Example

Copy
>enable
#show running-config ipv6 access-list
!
ipv6 access-list abc permit any
!
#show running-config ipv6 prefix-list
!
ipv6 prefix-list sde 
 seq 5 permit any
!
#show running-config ipv6 route
!
ipv6 route 3e11::/64 lo
ipv6 route 3e11::/64 eth2
ipv6 route fe80::/64 eth2
!