Specifications

Table Of Contents
Chapter 16: interface Commands
16 - 6 SSR Command Line Interface Reference Manual
ssr(config)# vlan add ports et.3.1-4 to IP3
ssr(config)# interface create ip ssr3 address-mask 10.20.3.42/24
vlan IP3
These commands 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.
ssr(config)# interface create ip ssr7 address-mask 10.50.89.88/
16 port et.1.3
Creates an interface called “ssr7” with the address 10.50.89.88 and a 16-bit subnet
mask. The interface is associated with port et.1.3.
ssr(config)# interface create ip ssr1 address-mask 10.10.42.17/
255.255.255.0 broadcast 10.10.42.255 vlan marketing down
Creates an interface called “ssr1” with a broadcast address of 10.10.42.255. The
interface is associated with the VLAN called “marketing”. The interface is created
in the down (disabled) state.