[Contents] [Prev] [Next] [Index] [Report an Error]


Creating a Profile

You can configure an IP interface dynamically by creating a profile. A profile is a set of characteristics that acts as a pattern that can be dynamically assigned to an IP interface. You can manage a large number of IP interfaces efficiently by creating a profile with a specific set of characteristics. In addition, you can create a profile to assign an IP interface to a virtual router.

A profile can contain one or more of the following characteristics:

Use the profile command from Global Configuration mode to create or edit a profile. See ERX Physical and Link Layers Configuration Guide, Chapter 21, Configuring Dynamic Interfaces for information on creating profiles and on other characteristics that can be applied to the profile.

host1(config)#profile acton
host1(config-profile)#ip virtual-router warf
host1(config-profile)#ip unnumbered atm 3/0

    ip access-routes

host1(config)#profile foo
host1(config-profile)#ip access-routes

    ip address

    ip directed-broadcast

    ip mtu

    ip redirects

    ip unnumbered

host1(config-profile)#ip unnumbered fastEthernet 0/0

    ip virtual-router

    profile

host1(config)#profile foo

Assigning a Profile

To assign a profile to an interface, use the profile command from Interface mode.

    profile

host1(config-if)#interface serial 2/1
host1(config-if)#encapsulation ppp
host1(config-if)#profile acton

[Contents] [Prev] [Next] [Index] [Report an Error]