Initial setup of the VoIP feature using the CLI is as follows:
A reachable IP address means there are no obstructions preventing a Passport unit at a remote end of the network from establishing TCP and UDP connections with the unit assigned this IP address. You can use the same IP address that is configured as the unit's Ethernet port IP address.
Passport 4400 units can have a maximum of 32 IP addresses configured (including multihomed IP addresses).
First, delete the factory default IP address, so that the Passport unit will accept new IP addresses:
CLI> delete ip address entry 3 127.0.0.1
Then, add the new IP addresses:
CLI> add ip address entry
Example:
CLI> add ip address entry 1 199.30.28.101 255.255.255.0 255.255.255.255
CLI> define bridge global ipProtocol routed
CLI> define ip base rip on
CLI> add nac server
CLI> set voice switchingProfile addServerSelect
| Parameter | Range of Values | Required Action |
|---|---|---|
| <Profile> | Integer (1..60) | Enter the profile number. |
| <AddServerSelect> | nas | vncs | Enter nas. |
Example command sequence:
CLI> add nac server 199.30.28.101 "NAC_SERVER" enabled 60 primary
CLI> set voice switchingProfile addServerSelect 1 nas