twamp server listen-vrf
Use this command to add custom VRFs to the list of VRFs where the TWAMP server is running. If no listen-vrf is specified, the TWAMP server is started in the default VRF only.
Multiple VRFs can be specified. The user can issue the same command multiple times, once for each VRF.
Only clients in the configured VRFs are allowed to connect to the server and only sessions to IPs in the configured VRFs are allowed to be established.
Use the no form of this command to delete a listen-vrf.
Command Syntax
listen-vrf <NAME>
no listen-vrf <NAME>
Parameters
NAME
VRF name to add to the server.
Default
Default value is “default”
Command mode
twamp-server mode
Applicability
This command was introduced in OcNOS version 6.2.0.
Examples
OcNOS(config)#twamp server
OcNOS(config-twamp-server)#listen-vrf default
OcNOS(config-twamp-server)#listen-vrf management
OcNOS(config-twamp-server)#listen-vrf vrf1
OcNOS(config-twamp-server)#commit
OcNOS(config-twamp-server)#
OcNOS(config-twamp-server)#no listen-vrf management
OcNOS(config-twamp-server)#commit
OcNOS(config-twamp-server)#
Last modified date: 10/16/2023