Specifications
SSR Command Line Interface Reference Manual 259
interface create ipx
The following command creates an interface called “int5” with the IPX address 82af3d57
for port et.1.3. The interface is added in the down (disabled) state.
To create an interface called “int6” with the MAC address 00:01:02:03:04:05 and IPX
address 82af3d58 for port et.1.4.
To create an interface called “int7” for a VLAN called “IPX-VLAN” on port et.1.4 with the
MAC address at the base of the SSR’s MAC address pool:
The following command creates an interface called “int7” for a VLAN called “IPX-VLAN”
on port et.1.4 with a MAC address offset by 10 from the base of the SSR’s MAC address
pool. If the base MAC address in the SSR’s MAC address pool is 00:E0:63:02:00:00, the
offset of 10 gives the interface the MAC address 00:E0:63:02:00:0A.
ssr(config)# interface create ipx int5 address 82af3d57 port et.1.3 down
ssr(config)# interface create ipx int6 address 82af3d58 port et.1.4
mac-addr 00:01:02:03:04:05
ssr(config)# interface create ipx int7 address 82af3d59 vlan IPX-VLAN et.1.4
mac-addr basemac
ssr(config)# interface create ipx int7 address 82af3d59 vlan IPX-VLAN et.1.4
mac-addr 10










