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:
access-route—Enables the creation of host access
routes on an interface
address—Configures an IP address on an interface
auto-configure—Configures the interface for auto-configure
mode
auto-detect—Configures the interface for auto-detect
mode
filter-options-all—Enables filtering of packets
with IP options on an interface
igmp—Configures an IGMP interface
ignore-df-bit—Specifies that the don’t-fragment
bit is ignored
inactivity-timer—Configures inactivity time for
IP interfaces
inspection—Associates an inspection list to the
interface for firewalling
mtu—Configures the maximum transmission unit for
a network
nat—Configures the interface as inside or outside
for Network Address Translation (NAT)
policy—Assigns a policy to the ingress or egress
of an interface
redirects—Enables transmission of ICMP redirect
messages
route-maps—Configures the interface for route-map
processing
source address validation—Verifies that a packet
has been sent from a valid source address
tcp adjust-mss—Adjusts maximum packet sizes on TCP
connections when path MTU detection is not sufficient
unnumbered—Configures IP on this interface without
a specific address
virtual-router—Specifies a virtual router to which
interfaces created by this profile will be attached
Use the profilecommand from Global Configuration mode to create or
edit a profile. See JUNOSe Link Layer Configuration Guide for information about
creating profiles and on other characteristics that can be applied
to the profile.
Use to modify the maximum segment size (MSS) for TCP SYN
packets traveling through the interface. The router compares the MSS
value of incoming or outgoing packets against the MSS adjustment value.
For any packet that contains an MSS value larger than the MSS adjustment
value, the router replaces the MSS option with the configured adjustment
value. If the packet does not contain an MSS value, the router assumes
a value of 536 for the packet MSS on which to base the comparison.
Note:
The purpose behind using MSS is to alleviate problems with Path
MTU Discovery (PMTUD) and resulting “black hole” detection
issues. (See RFC 2923, “TCP Problems with Path MTU Discovery,”
for additional information about the “black hole” scenario.)
Example
host1(config-if)#ip tcp adjust-mss 5000
Use the no version to remove
the MSS assignment from the profile.