Specifications
interface create ip
256 SSR Command Line Interface Reference Manual
type broadcast|point-to-point
Sets the type of interface. Specify one of the following:
– broadcast (the default)
– point-to-point
Restrictions
None.
Examples
To create a VLAN called IP3, add ports et.3.1 through et.3.4 to the VLAN, then create an IP
interface on the VLAN:
To create an interface called “int7” with the address 10.50.89.88 and a 16-bit subnet mask,
enter the following command. The interface is associated with port et.1.3.
To create an interface called “int1” with a broadcast address of 10.10.42.255, enter the
following command. The interface is associated with the VLAN called “marketing”. The
interface is created in the down (disabled) state.
ssr(config)# vlan create IP3 ip
ssr(config)# vlan add ports et.3.1-4 to IP3
ssr(config)# interface create ip int3 address-mask 10.20.3.42/24 vlan IP3
ssr(config)# interface create ip int7 address-mask 10.50.89.88/16 port et.1.3
ssr(config)# interface create ip int1 address-mask 10.10.42.17/255.255.255.0
broadcast 10.10.42.255 vlan marketing down










