R Commands
This chapter describes the Cisco NX-OS Ethernet and virtual Ethernet commands that begin with R.
rate-limit cpu direction
To set the packet per second (PPS) rate limit for an interface, use the rate-limit cpu direction command. To revert ot the default value, use the no form of this command.
rate-limit cpu direction { both | input | output } pps pps_value action log
no rate-limit cpu direction { both | input | output } pps pps_value action log
Syntax Description
Specifies the packets per second. The range is from 0 to 100,000. |
|
Writes a syslog message if the PPS value matches or exceeds the specified rate limit. |
Command Default
Command Modes
Command History
|
|
---|---|
Usage Guidelines
Examples
This example shows how to set the maximum input packet rate to 3 for an interface and enable the logging of syslog messages:
Related Commands
|
|
---|---|
remote hostname
To configure the hostname for the remote machine, use the remote hostname command. To revert to the default settings, use the no form of this command.
remote hostname host-name [ port port-num ] [ vrf { vrf-name | default | management }]
Syntax Description
Command Default
Command Modes
SVS connection configuration mode
Command History
|
|
---|---|
Usage Guidelines
Examples
This example shows how to configure the hostname for a remote machine:
This example shows how to remove the hostname configuration for a remote machine:
Related Commands
|
|
---|---|
Configures the virtual routing and forwarding (VRF) instance for a remote machine. |
|
remote ip address
To configure the IPv4 address for the remote machine, use the remote ip address command. To revert to the default settings, use the no form of this command.
remote ip address ipv4-addr [ port port-num ] [ vrf { vrf-name | default | management }]
Syntax Description
Command Default
Command Modes
SVS connection configuration mode
Command History
|
|
---|---|
Usage Guidelines
Examples
This example shows how to configure the IPv4 address for a remote machine:
This example shows how to remove the IPv4 address configuration for a remote machine:
Related Commands
|
|
---|---|
Configures the virtual routing and forwarding (VRF) instance for a remote machine. |
|
remote port
To configure the TCP port of the remote machine, use the remote port command. To revert to the default settings, use the no form of this command.
Syntax Description
TCP port of the remote host. The port number is from 1 to 65355. |
Command Default
Command Modes
SVS connection configuration mode
Command History
|
|
---|---|
Usage Guidelines
Examples
This example shows how to configure the TCP port of a remote machine:
This example shows how to remove the TCP port configuration of a remote machine:
Related Commands
|
|
---|---|
Configures the virtual routing and forwarding (VRF) instance for a remote machine. |
|
remote vrf
To configure the virtual routing and forwarding (VRF) instance for the remote machine, use the remote vrf command.
remote vrf { vrf-name | default | management }
Syntax Description
VRF name. The name is case sensitive and can be a maximum of 32 characters. |
|
Command Default
Command Modes
SVS connection configuration mode
Command History
|
|
---|---|
Usage Guidelines
Examples
This example shows how to configure the VRF of a remote machine:
Related Commands
|
|
---|---|
revision
To set the revision number for the Multiple Spanning Tree (MST) region configuration, use the revision command. To return to the default settings, use the no form of this command.
Syntax Description
Revision number for the MST region configuration. The range is from 0 to 65535. |
Command Default
Command Modes
Command History
|
|
---|---|
Usage Guidelines
Two or more switches with the same VLAN mapping and name are considered to be in different MST regions if the configuration revision numbers are different.


Examples
This example shows how to set the revision number of the MST region configuration:
switch(config)#
spanning-tree mst configuration
switch(
config-mst)#
revision 5
Related Commands
|
|
---|---|