Example: Configuring Static Arp Table Entries - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

JUNOS 10.1 Network Interfaces Configuration Guide
NOTE: By default, an ARP policer is installed that is shared among all the Ethernet
interfaces on which you have configured the
arp
policer]
For more information, see "Applying Policers" on page 201.
When you need to conserve IP addresses, you can configure an Ethernet interface
to be unnumbered by including the
interfaces interface-name unit logical-unit-number family inet]
information, see "Configuring an Unnumbered Interface" on page 192.
NOTE: The JUNOS Software supports the IPv6 static neighbor discovery cache entries,
similar to the static ARP entries in IPv4.

Example: Configuring Static ARP Table Entries

Configure two static ARP table entries on the router s management interface:
694
Configuring Static ARP Table Entries
statement at the
[edit interfaces interface-name unit logical-unit-number family inet
hierarchy level, you can apply a specific ARP-packet policer to an interface.
[edit interfaces]
fxp0 {
unit 0 {
family inet {
address 10.10.0.11/24 {
arp 10.10.0.99 mac 0001.0002.0003;
arp 10.10.0.101 mac 00:11:22:33:44:55 publish;
}
}
}
}
family inet
statement. By including the
unnumbered-address
statement at the
hierarchy level. For more
[edit

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents