Chapter 13: Unit Management (CLI)
Configuring the Remote Unit’s IP Address (CLI)
phn-3963_008v000
Page 13-25
Configuring the Remote Unit’s IP Address (CLI)
You can configure the remote unit’s IP address, subnet mask and default gateway in IPv4 format and/or in IPv6
format. The remote unit will receive communications whether they were sent to its IPv4 address or its IPv6
address.
Note
Release 10.6 does not support the ability to configure the remote IP address.
Configuring the Remote Radio's IP Address in IPv4 format (CLI)
To set the remote radio’s IP Address, enter the following command in radio view:
radio[x/x]>remote-unit set ip-address <ipv4-address>
To display the remote radio’s IP Address, enter the following command in radio view:
radio[x/x]>remote-unit show ip-address
To set the remote radio’s subnet mask, enter the following command in radio view:
radio[x/x]>remote-unit set subnet-mask IP <subnet-mask>
To display the remote radio’s subnet mask, enter the following command in radio view:
radio[x/x]>remote-unit show subnet-mask
To set the remote radio’s default gateway, enter the following command in radio view:
radio[x/x]>remote-unit set default-gateway IP <ipv4-address>
To display the remote radio’s default gateway, enter the following command in radio view:
radio[x/x]>remote-unit show default-gateway
Table 57
Remote Unit IP Address (IPv4) CLI Parameters
Parameter
Input Type
Permitted Values
Description
ipv4-address
Dotted decimal format. Any valid IPv4 address.
Sets the default gateway or IP
address of the remote radio.
subnet-mask
Dotted decimal format. Any valid subnet mask.
Sets the subnet mask of the
remote radio.
The following command sets the default gateway of the remote radio as 192.168.1.20:
radio[1/1]>remote-unit set default-gateway IP 192.168.1.20
The following commands set the IP address of the remote radio as 192.168.1.1, with a subnet mask of
255.255.255.255.
radio[1/1]>remote-unit set ip-address 192.168.1.1
radio[1/1]>remote-unit set subnet-mask IP 255.255.255.255