C613-50100-01 REV C Command Reference for x930 Series 814
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IPV6 COMMANDS
IPV
6 FORWARDING
ipv6 forwarding
Overview Use this command to turn on IPv6 unicast routing for IPv6 packet forwarding.
Execute this command globally on your device prior to issuing ipv6 enable on
individual interfaces.
Use this no variant of this command to turn off IPv6 unicast routing. Note IPv6
unicast routing is disabled by default.
NOTE: Use this command to enable IPv6 unicast routing before configuring either
RIPng or OSPFv3 IPv6 routing protocols and static or multicast IPv6 routing.
IPv6 must be enabled on an interface with the ipv6 enable command, IPv6 forwarding
must be enabled globally for routing IPv6 with the ipv6 forwarding command, and
IPv6 multicasting must be enabled globally with the ipv6 multicast-routing command
before using PIM-SMv6 commands.
Syntax
ipv6 forwarding
no ipv6 forwarding
Mode Global Configuration
Default IPv6 unicast forwarding is disabled by default.
Usage Enable IPv6 unicast forwarding globally for all interface on your device with this
command. Use the no variant of this command to disable IPv6 unicast forwarding
globally for all interfaces on your device.
IPv6 unicast forwarding allows devices to communicate with devices that are more
than one hop away, providing that there is a route to the destination address. If
IPv6 forwarding is not enabled then pings to addresses on devices that are more
than one hop away will fail, even if there is a route to the destination address.
Examples To enable IPv6 unicast routing, use this command as shown below:
awplus# configure terminal
awplus(config)# ipv6 forwarding
To disable IPv6 unicast routing, use the no variant of this command as shown
below:
awplus# configure terminal
awplus(config)# no ipv6 forwarding
Related
Commands
ipv6 enable
ipv6 multicast-routing