Reference Guide
– Replace the license on a device with a license le that is on an NFS share, and using a
transaction ID. For example, transaction 27.
racadm license replace -f License.xml -l 192.168.2.140:/licshare
-t 27
– Replace license on a device with a license le that is on a CIFS share and using a transaction
ID. For example, transaction 27.
racadm license replace -u admin -p passwd -f License.xml -l //
192.168.2.140/licshare -t 27
– Replace license on a device with a license le on the local le system.
racadm license replace -f License.xml -t 27
netstat
Description Displays the routing table and the current connections.
To use this subcommand, you must have the Execute
Diagnostic Commands privilege.
Synopsis
racadm netstat
Input
racadm netstat
Output
Kernel IPv6 routing table
Destination
Next Hop
Flags Metric Ref Use Iface
::
1/128 ::
U
0 30 1 lo
fe80::200:ff:fe00:d01/128 :
: U
0 0 1 lo
fe80::/64 :
: U
256 0 0 eth1
ff00::/8 :
: U
256 0 0 eth1
Kernel IP routing table
Destination Gateway
Genmask Flags MSS Window irtt
Iface
192.168.0.1 0.0.0.0
255.255.255.0 U 0 0 0
bond0
0.0.0.0 192.168.0.1
0.0.0.0 UG 0 0 0
bond0
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address
Foreign Address State
tcp 0 0 127.0.0.1:8195
127.0.0.1:52887 ESTABLISHED
tcp 0 0 127.0.0.1:199
127.0.0.1:52174 ESTABLISHED
tcp 0 0 127.0.0.1:52175
127.0.0.1:199 ESTABLISHED
64