F3215-HP Load Balancing Module Network Management Command Reference-6PW101

404
Examples
# Clear the statistics of RIPng process 100.
<Sysname> reset ripng 100 statistics
ripng
Use ripng to create a RIPng process and enter RIPng view.
Use undo ripng to disable a RIPng process.
Syntax
ripng [ process-id ] [ vpn-instance vpn-instance-name ]
undo ripng [ process-id ] [ vpn-instance vpn-instance-name ]
Default
No RIPng process is enabled.
Views
System view
Default command level
2: System level
Parameters
process-id: RIPng process ID, in the range of 1 to 65535. The default value is 1.
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN. vpn-instance-name is a case-sensitive string
of 1 to 31 characters.
Usage guidelines
If no VPN is specified, the RIPng process is enabled for the public network.
The specified VPN instance must have been created with the ip vpn-instance command.
Before configuring global RIPng parameters, you must create a RIPng process. This requirement does not
apply to interface RIPng parameter configuration.
After you disable a RIPng process, the RIPng parameters on interface running the process also become
ineffective.
Examples
# Create RIPng process 100 and enter its view.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100]
# Disable RIPng process 100.
[Sysname] undo ripng 100
# Create RIPng process 101 and bind it to VPN instance vpn101.
<Sysname> system-view
[Sysname] ripng 101 vpn-instance vpn101