Configure Network Destinations per Interface
Configure Network Destinations per Interface
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/nsappliance
credentials. An nsshell opens. - Enter the command
nsshell
. - Enter
configure
to 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
save
to activate your changes. - Enter
exit
to leave the configure mode. - Enter
exit
to leave the nsshell and exit the appliance console.