IP Router Configuration 
7705 SAR OS Router Configuration Guide 63
Configuring a Network Interface
On the 2-port 10GigE (Ethernet) Adapter card/module, a network address is assigned to the 
v-port only. 
Use the following CLI syntax to configure a network interface:
CLI Syntax: config>router
interface ip-int-name 
address {ip-addr/mask-length | ip-addr/netmask 
| dhcp} [client-identifier [ascii-value | 
interface-name]] [vendor-class-id vendor-
class-id] 
egress
agg-rate-limit agg-rate [cir cir-rate]
filter ip ip-filter-id
queue-policy name
ingress
filter ip ip-filter-id
port port-name
Example: config>router> interface "to-ALU-2"
config>router>if# address 10.10.24.4/24
config>router>if# port 1/1/1
config>router>if# egress 
config>router>if>egress# filter ip 12
config>router>if>egress# exit
config>router>if# ingress 
config>router>if>ingress# filter ip 10
config>router>if>ingress# exit
config>router>if# exit
The preceding syntax example shows a configuration where the address is entered manually. 
To have the interface enabled for dynamic address assignment, use the dhcp keyword and, 
optionally, assign client ID and vendor class ID.
In addition, to apply and configure a per-VLAN network egress aggregate shaper, use the 
queue-policy and agg-rate-limit commands.