Configure a network interface on 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C

Use the following to configure a network interface on 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C.

config>router
    interface interface-name
        address ip-addr{/mask-length | mask} [broadcast {all-ones | host-ones}]
        egress
            filter ip ip-filter-id
        ingress
            filter ip ip-filter-id
        port port-name

Example: IP configuration output showing network interface information

A:ALA-A>config>router# info 
#------------------------------------------
# IP Configuration
#------------------------------------------
        interface "system"
            address 10.10.0.4/32
        exit
        interface "to-ALA-2"
            address 10.10.24.4/24
            port 1/1/1
            egress
                filter ip 10
            exit
        exit
...
#------------------------------------------
A:ALA-A>config>router#