Configuring a network interface

To configure a network interface for the 7450 ESS:

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

To configure a network interface for the 7750 SR:

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

To configure a network interface on the 7950 XRS:

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

The following shows interface information about an IP configuration:

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# 

To enable CPU protection:

- config>router
        - interface interface-name
            - cpu-protection policy-id

CPU protection policies are configured in the config>sys>security>cpu-protection context. See the 7450 ESS, 7750 SR, 7950 XRS, and VSR System Management Guide.