Specifications

Table Of Contents
Chapter 16: interface Commands
16 - 2 SSR Command Line Interface Reference Manual
interface add ip
Purpose
Configure secondary addresses for an existing interface.
Format
interface add ip
<InterfaceName>
address-mask
<ipAddr-mask>
[broadcast
<ipaddr>
]
Mode
Configure
Description
The
interface
add
ip
command configures secondary addresses for an existing IP
interface.
Note:
The interface must already exist. To create an interface, enter the
interface
create
ip
command.
Parameters
<InterfaceName>
Name of the IP interface; for example, ssr4.
address-netmask
IP address and netmask of this interface. You can specify
the address and mask information using the traditional for-
mat (example: 10.1.2.3/255.255.0.0) or the CIDR format
(example: 10.1.2.3/16). If you specify an address without
mask information, the SSR uses the natural mask for the
address ( /8 for Class A, /16 for Class B or /24 for Class C).
broadcast
Broadcast address of this interface.
Restrictions
You can use this command only on an interface that has already been created using the
interface
create
ip
command.