You can route DNS, SNMP, and RADIUS traffic destined for a specific server IP or network to the management plane of a virtual appliance.
To configure network destinations per interface:
- Access the appliance using ssh.
- Log in using the
nsadmin/nsappliancecredentials. An nsshell opens. - Enter the command
nsshell. - Enter
configureto enter the nsshell configure mode. - Enter
add interface mp destination-networks. - Enter
set interface mp destination-networks 0 network <IP address>. - Enter
show interface mp, which should return:{ "gw": "<gateway>", "ip": "<IP address>", "netmask": "<subnet>", "destination-networks": [ { "network": "<mp IP address>" } ] } - Enter
saveto activate your changes. - Enter
exitto leave the configure mode. - Enter
exitto leave the nsshell and exit the appliance console.

