vpath¶
The following operations can be performed on "vpath":
add vpath¶
Adds vPath destination IP to which packets need to be vPath injected.
Synopsys¶
add vpath <name> (<destIP> [<netmask>] [<gateway>])
Arguments¶
name
Name for the vPath. Must begin with a letter, number, or the underscore character (_), and can consist of letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at sign (@), equals (=), colon (:), and underscore characters. Cannot be changed after the profile is created. Choose a name that helps identify the net profile.
destIP
This is the destination ip, where vPath encapsulated packets needs to be sent
netmask
Subnet mask associated with the destination network.
gateway
Next hop gateway to reach the destination address.
Example¶
add vpath vPath1 -destip 10.102.1.10
rm vpath¶
Remove vPath destination IP.
Synopsys¶
rm vpath <name> ...
Arguments¶
name
Name of the vPath to be removed.
Example¶
rm netProfile prof1
show vpath¶
List down all vPath destination IPs.
Synopsys¶
show vpath [<name>]
Arguments¶
name
Name of the vPath whose details you want to display.
Outputs¶
destIP
This is the destination ip, where vPath encapsulated packets needs to be sent
netmask
Subnet mask associated with the destination network.
gateway
Next hop gateway to reach the destination address.
devno
count
stateflag
Example¶
show vpath
stat vpath¶
Display vPath statistics.
Synopsys¶
stat vpath [-detail] [-fullValues] [-ntimes <positive_integer>] [-logFile <input_filename>] [-clearstats ( basic | full )]
Arguments¶
detail
Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.
fullValues
Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated
ntimes
The number of times, in intervals of seven seconds, the statistics should be displayed.
Default value: 1
Minimum value: 0
logFile
The name of the log file to be used as input.
clearstats
Clear the statsistics / counters
Possible values: basic, full
Outputs¶
L2 data packets received (TotL2DataRx)
Total number of non-fragmented vPath data packets decapsulated in L2 adjacency
L3 data packets received (TotL3DataRx)
Total number of non-fragmented vPath data packets decapsulated in L3 adjacency
L2 control packets received (TotL2CntrlPkts)
Total number of vPath control packets received in L2 adjacency
L3 control packets received (TotL3CntrlPkts)
Total number of vPath control packets received in L3 adjacency
Fragmented packets received (TotFragPkts)
Total number of vPath fragments received
L2 packets transmitted (TotL2EncapPkts)
Total number of L2 vPath encapsulated packets injected to VEM
L3 packets transmitted (TotL3EncapPkts)
Total number of L3 vPath encapsulated packets injected to VEM
Fragmented packets transmitted (TotFragEncapPkts)
Number of fragmented vPath packets transmitted
Offload packets transmitted (TotOffload)
Number of offloaded vPath packets transmitted