Junos® OS Static ARP Table Entries Feature Guide for Routing Devices Published: 2013-08-01 Copyright © 2013, Juniper Networks, Inc.
Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net This product includes the Envoy SNMP Engine, developed by Epilogue Technology, an Integrated Systems Company. Copyright © 1986-1997, Epilogue Technology Corporation. All rights reserved. This program and its documentation were developed at private expense, and no part of them is in the public domain.
Table of Contents About the Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii Documentation and Release Notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii Supported Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii Using the Examples in This Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii Merging a Full Example . . . . . . . . . . . . . . . . . .
Static ARP Table Entries Feature Guide for Routing Devices Part 4 Troubleshooting Chapter 7 Ethernet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 traceroute ethernet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 Chapter 8 Interface Diagnostics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 Interface Diagnostics . . . . . . . . . . .
List of Tables About the Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii Table 1: Notice Icons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix Table 2: Text and Syntax Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix Part 3 Administration Chapter 5 Monitoring Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Static ARP Table Entries Feature Guide for Routing Devices vi Copyright © 2013, Juniper Networks, Inc.
About the Documentation • Documentation and Release Notes on page vii • Supported Platforms on page vii • Using the Examples in This Manual on page vii • Documentation Conventions on page ix • Documentation Feedback on page xi • Requesting Technical Support on page xi Documentation and Release Notes ® To obtain the most current version of all Juniper Networks technical documentation, see the product documentation page on the Juniper Networks website at http://www.juniper.net/techpubs/.
Static ARP Table Entries Feature Guide for Routing Devices If the example configuration contains the top level of the hierarchy (or multiple hierarchies), the example is a full example. In this case, use the load merge command. If the example configuration does not start at the top level of the hierarchy, the example is a snippet. In this case, use the load merge relative command. These procedures are described in the following sections.
About the Documentation 2. Move to the hierarchy level that is relevant for this snippet by issuing the following configuration mode command: [edit] user@host# edit system scripts [edit system scripts] 3. Merge the contents of the file into your routing platform configuration by issuing the load merge relative configuration mode command: [edit system scripts] user@host# load merge relative /var/tmp/ex-script-snippet.conf load complete For more information about the load command, see the CLI User Guide.
Static ARP Table Entries Feature Guide for Routing Devices Table 2: Text and Syntax Conventions (continued) Convention Description Examples Italic text like this • Introduces or emphasizes important new terms. • • Identifies book names. A policy term is a named structure that defines match conditions and actions. • Identifies RFC and Internet draft titles.
About the Documentation Documentation Feedback We encourage you to provide feedback, comments, and suggestions so that we can improve the documentation. You can send your comments to techpubs-comments@juniper.net, or fill out the documentation feedback form at https://www.juniper.net/cgi-bin/docbugreport/ .
Static ARP Table Entries Feature Guide for Routing Devices • Join and participate in the Juniper Networks Community Forum: http://www.juniper.net/company/communities/ • Open a case online in the CSC Case Management tool: http://www.juniper.net/cm/ To verify service entitlement by product serial number, use our Serial Number Entitlement (SNE) Tool: https://tools.juniper.net/SerialNumberEntitlementSearch/ Opening a Case with JTAC You can open a case with JTAC on the Web or by telephone.
PART 1 Overview • Static ARP Table Entries on page 3 Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices 2 Copyright © 2013, Juniper Networks, Inc.
CHAPTER 1 Static ARP Table Entries • Static ARP Table Entries Overview on page 3 Static ARP Table Entries Overview For Fast Ethernet, Gigabit Ethernet, Tri-Rate Ethernet copper, and 10-Gigabit Ethernet interfaces, you can configure static ARP table entries, defining mappings between IP and MAC addresses. Related Documentation • Configuring Static ARP Table Entries on page 7 • Ethernet Interfaces Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices 4 Copyright © 2013, Juniper Networks, Inc.
PART 2 Configuration • Static ARP Table Entries on page 7 • Network Interfaces Configuration Statements and Hierarchy on page 9 • Statement Summary on page 27 Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices 6 Copyright © 2013, Juniper Networks, Inc.
CHAPTER 2 Static ARP Table Entries • Configuring Static ARP Table Entries on page 7 Configuring Static ARP Table Entries To configure static ARP table entries, include the arp statement: arp ip-address (mac | multicast-mac) mac-address ; You can include this statement at the following hierarchy levels: • [edit interfaces interface-name unit logical-unit-number family inet address address] • [edit logical-systems logical-system-name interfaces interface-name unit logical-unit-number family in
Static ARP Table Entries Feature Guide for Routing Devices NOTE: The Junos OS 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 or switch’s management 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.
CHAPTER 3 Network Interfaces Configuration Statements and Hierarchy • [edit interfaces] Hierarchy Level on page 9 [edit interfaces] Hierarchy Level The statements at the [edit interfaces interface-name unit logical-unit-number] hierarchy level can also be configured at the [edit logical-systems logical-system-name interfaces interface-name unit logical-unit-number] hierarchy level. NOTE: The accounting-profile statement is an exception to this rule.
Static ARP Table Entries Feature Guide for Routing Devices } link-protection; link-speed speed; (loopback | no-loopback); mc-ae{ chassis-id chassis-id; mc-ae-id mc-ae-id; mode (active-active | active-standby); redundancy-group group-id; status-control (active | standby); } minimum-links number; source-address-filter { mac-address; } (source-filtering | no-source-filtering); } shared-scheduler; aggregated-sonet-options { link-speed speed | mixed; minimum-links number; } atm-options { cell-bundle-size cells;
Chapter 3: Network Interfaces Configuration Statements and Hierarchy oam-period (seconds | disable); shaping { (cbr rate | rtvbr peak rate sustained rate burst length | vbr peak rate sustained rate burst length); queue-length number; } } } clocking clock-source; data-input (system | interface interface-name); dce; serial-options { clock-rate rate; clocking-mode (dce | internal | loop); control-polarity (negative | positive); cts-polarity (negative | positive); dcd-polarity (negative | positive); dce-option
Static ARP Table Entries Feature Guide for Routing Devices bert-algorithm algorithm; bert-error-rate rate; bert-period seconds; byte-encoding (nx56 | nx64); fcs (16 | 32); idle-cycle-flag (flags | ones); invert-data; loopback payload; start-end-flag (filler | shared); } e1-options { bert-error-rate rate; bert-period seconds; fcs (16 | 32); framing (g704 | g704-no-crc4 | unframed); idle-cycle-flag (flags | ones); invert-data; loopback (local | remote); start-end-flag (filler | shared); timeslots time-slot-r
Chapter 3: Network Interfaces Configuration Statements and Hierarchy } flexible-vlan-tagging; gigether-options { 802.
Static ARP Table Entries Feature Guide for Routing Devices alpha number; beta number; gamma number; } minimum-links number; symmetry (symmetrical-config-and-operation | symmetrical-config-asymmetrical-operation); test-procedure { ima-test-start; ima-test-stop; interface name; pattern number; period number; } transmit-clock (common | independent); version (1.0 |1.
Chapter 3: Network Interfaces Configuration Statements and Hierarchy acknowledge-timer milliseconds; action-red-differential-delay (disable-tx | remove-link); drop-timeout milliseconds; fragment-threshold bytes; cisco-interoperability send-lip-remove-link-for-link-reject; hello-timer milliseconds; link-layer-overhead percent; lmi-type (ansi | itu | c-lmi); minimum-links number; mrru bytes; n391 number; n392 number; n393 number; red-differential-delay milliseconds; t391 seconds; t392 seconds; yellow-differe
Static ARP Table Entries Feature Guide for Routing Devices (odu-ttim-action-enable | no-odu-ttim-action-enable); (otu-ttim-action-enable | no-otu-ttim-action-enable); odu-delay-management { (bypass | no-bypass); (monitor-end-point | no-monitor-end-point); (number-of-frames | no-number-of-frames); (start-measurement | no-start-measurement); } (prbs | no-prbs); preemptive-fast-reroute { (backward-frr-enable | no-backward-frr-enable); (signal-degrade-monitor-enable | no-signal-degrade-monitor-enable); } rate
Chapter 3: Network Interfaces Configuration Statements and Hierarchy } redundancy-options { priority sp-fpc/pic/port; secondary sp-fpc/pic/port; hot-standby; } satop-options { payload-size n; } schedulers number; serial-options { clock-rate rate; clocking-mode (dce | internal | loop); control-polarity (negative | positive); cts-polarity (negative | positive); dcd-polarity (negative | positive); dce-options { control-signal (assert | de-assert | normal); cts (ignore | normal | require); dcd (ignore | normal
Static ARP Table Entries Feature Guide for Routing Devices syslog { host hostname { facility-override facility-name; log-prefix prefix-number; services priority-level; } } } shdsl-options { annex (annex-a | annex-b); line-rate line-rate; loopback (local | remote); snr-margin { current margin; snext margin; } } sonet-options { aggregate asx; aps { advertise-interval milliseconds; annex-b; authentication-key key; fast-aps-switch; force; hold-time milliseconds; lockout; neighbor address; paired-group group-na
Chapter 3: Network Interfaces Configuration Statements and Hierarchy defect ignore; hold-time up milliseconds down milliseconds; } vtmapping (itu-t | klm); (z0-increment | no-z0-increment); } speed (10m | 100m | 1g | oc3 | oc12 | oc48); stacked-vlan-tagging; switch-options { switch-port port-number { (auto-negotiation | no-auto-negotiation); speed (10m | 100m | 1g); link-mode (full-duplex | half-duplex); } } t1-options { bert-algorithm algorithm; bert-error-rate rate; bert-period seconds; buildout value; b
Static ARP Table Entries Feature Guide for Routing Devices overflow discard; rate percentage; threshold bytes; } (traps | no-traps); unidirectional; vlan-tagging; vlan-vci-tagging; unit logical-unit-number { accept-source-mac { mac-address mac-address { policer { input cos-policer-name; output cos-policer-name; } } } account-layer2-overhead { value; egress bytes; ingress bytes; } accounting-profile name; advisory-options { downstream-rate rate; upstream-rate rate; } allow-any-vci; atm-scheduler-map (map-na
Chapter 3: Network Interfaces Configuration Statements and Hierarchy (dedicated | shared); } dialer-options { activation-delay seconds; callback; callback-wait-period time; deactivation-delay seconds; dial-string [ dial-string-numbers ]; idle-timeout seconds; incoming-map { caller (caller-id | accept-all); initial-route-check seconds; load-interval seconds; load-threshold percent; pool pool-name; redial-delay time; watch-list { [ routes ]; } } } disable; disable-mlppp-inner-ppp-pfc; dlci dlci-identifier; d
Static ARP Table Entries Feature Guide for Routing Devices down-count cells; up-count cells; } oam-period (seconds | disable); output-vlan-map { (pop | pop-pop | pop-swap | push | push-push | swap | swap-push | swap-swap); inner-tag-protocol-id tpid; inner-vlan-id number; tag-protocol-id tpid; vlan-id number; } passive-monitor-mode; peer-unit unit-number; plp-to-clp; point-to-point; ppp-options { chap { access-profile name; default-chap-secret name; local-name name; passive; } compression { acfc; pfc; pap;
Chapter 3: Network Interfaces Configuration Statements and Hierarchy trunk-id number; tunnel { backup-destination address; destination address; key number; routing-instance { destination routing-instance-name; } source source-address; ttl number; } vci vpi-identifier.vci-identifier; vci-range start start-vci end end-vci; vpi vpi-identifier; vlan-id number; vlan-id-list [vlan-id vlan-id–vlan-id]; vlan-id-range number-number; vlan-tags inner tpid.vlan-id outer tpid.vlan-id; vlan-tags-outer tpid.
Static ARP Table Entries Feature Guide for Routing Devices } primary; proxy inet-address address; receive-options-packets; receive-ttl-exceeded; remote (inet-address address | mac-address address); rpf-check { fail-filter filter-name; mode loose; } sampling { direction; } service { input { service-set service-set-name ; post-service-filter filter-name; } output { service-set service-set-names ; } } service-name-table table-name; short-cycle-protection
Chapter 3: Network Interfaces Configuration Statements and Hierarchy preferred; primary; (vrrp-group | vrrp-inet6-group) group-number { (accept-data | no-accept-data); advertise–interval seconds; authentication-type authentication; authentication-key key; fast-interval milliseconds; (preempt | no-preempt) { hold-time seconds; } priority-number number; track { priority-cost seconds; priority-hold-time interface-name { bandwidth-threshold bits-per-second { priority; } interface priority; } route ip-address/m
Static ARP Table Entries Feature Guide for Routing Devices 26 Copyright © 2013, Juniper Networks, Inc.
CHAPTER 4 Statement Summary Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices arp (Interfaces) Syntax Hierarchy Level Release Information Description Options arp ip-address (mac | multicast-mac) mac-address publish; [edit interfaces interface-name unit logical-unit-numberfamily inetaddress address], [edit logical-systems logical-system-name interfaces interface-nameunit logical-unit-number family inetaddress address] Statement introduced before Junos OS Release 7.4. Statement introduced in Junos OS Release 9.
Chapter 4: Statement Summary fast-aps-switch Syntax Hierarchy Level Release Information Description fast-aps-switch; [edit interfaces interface-name sonet-options aps] Statement introduced in Junos OS Release 12.1. (M320 routers with Channelized OC3/STM1 Circuit Emulation PIC with SFP only and EX Series switches) Reduce the Automatic Protection Switching (APS) switchover time in Layer 2 circuits.
Static ARP Table Entries Feature Guide for Routing Devices 30 Copyright © 2013, Juniper Networks, Inc.
PART 3 Administration • Monitoring Commands on page 33 • Command Summary on page 97 Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices 32 Copyright © 2013, Juniper Networks, Inc.
CHAPTER 5 Monitoring Commands Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices show interfaces (Fast Ethernet) Syntax Release Information Description Options show interfaces interface-type Command introduced before Junos OS Release 7.4. Display status information about the specified Fast Ethernet interface. interface-type—On M Series and T Series routers, the interface type is fe-fpc/pic/port.
Chapter 5: Monitoring Commands Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Generation Unique number for use by Juniper Networks technical support only. detail extensive Link-level type Encapsulation being used on the physical interface. All levels MTU Maximum transmission unit size on the physical interface.
Static ARP Table Entries Feature Guide for Routing Devices Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Frequency (10-Gigabit Ethernet DWDM interfaces only) Displays the frequency associated with the configured wavelength, in terahertz (THz). All levels CoS queues Number of CoS queues configured. detail extensive none Schedulers (GigabitEthernet intelligent queuing 2 (IQ2) interfaces only) Number of CoS schedulers configured.
Chapter 5: Monitoring Commands Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Input errors Input errors on the interface. The following paragraphs explain the counters whose meaning might not be obvious: extensive • Errors—Sum of the incoming frame aborts and FCS errors. • Drops—Number of packets dropped by the input queue of the I/O Manager ASIC.
Static ARP Table Entries Feature Guide for Routing Devices Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Output errors Output errors on the interface. The following paragraphs explain the counters whose meaning might not be obvious: extensive • Carrier transitions—Number of times the interface has gone from down to up.
Chapter 5: Monitoring Commands Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Active alarms and Active defects Ethernet-specific defects that can prevent the interface from passing packets. When a defect persists for a certain amount of time, it is promoted to an alarm.
Static ARP Table Entries Feature Guide for Routing Devices Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output MAC statistics Receive and Transmit statistics reported by the PIC's MAC subsystem, including extensive the following: • Total octets and total packets—Total number of octets and packets. For Gigabit Ethernet IQ PICs, the received octets count varies by interface type.
Chapter 5: Monitoring Commands Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Filter statistics Receive and Transmit statistics reported by the PIC's MAC address filter extensive subsystem. The filtering is done by the content-addressable memory (CAM) on the PIC. The filter examines a packet's source and destination MAC addresses to determine whether the packet should enter the system or be rejected.
Static ARP Table Entries Feature Guide for Routing Devices Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output WIS section (10-Gigabit Ethernet interfaces, WAN PHY mode) SONET error information: extensive • Seconds—Number of seconds the defect has been active. • Count—Number of times that the defect has gone from inactive to active. • State—State of the error. Any state other than OK indicates a problem.
Chapter 5: Monitoring Commands Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output WIS path (10-Gigabit Ethernet interfaces, WAN PHY mode) Active alarms and defects, plus counts of specific SONET errors with detailed information. extensive • Seconds—Number of seconds the defect has been active. • Count—Number of times that the defect has gone from inactive to active. • State—State of the error. Any state other than OK indicates a problem.
Static ARP Table Entries Feature Guide for Routing Devices Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Autonegotiation information Information about link autonegotiation. extensive • Negotiation status: • Incomplete—Ethernet interface has the speed or link mode configured. • No autonegotiation—Remote Ethernet interface has the speed or link mode configured, or does not perform autonegotiation.
Chapter 5: Monitoring Commands Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output CoS information Information about the CoS queue for the physical interface. extensive • CoS transmit queue—Queue number and its associated user-configured forwarding class name. • Bandwidth %—Percentage of bandwidth allocated to the queue. • Bandwidth bps—Bandwidth allocated to the queue (in bps).
Static ARP Table Entries Feature Guide for Routing Devices Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Demux: IP demultiplexing (demux) value that appears if this interface is used as the demux underlying interface. The output is one of the following: detail extensive none • Source Family Inet • Destination Family Inet Encapsulation Encapsulation on the logical interface. All levels Protocol Protocol family.
Chapter 5: Monitoring Commands Table 3: show interfaces Fast Ethernet Output Fields (continued) Field Name Field Description Level of Output Preferred source address (Unnumbered Ethernet) Secondary IPv4 address of the donor loopback interface that acts as the preferred source address for the unnumbered Ethernet interface. detail extensive none Input Filters Names of any input filters applied to this interface.
Static ARP Table Entries Feature Guide for Routing Devices Protocol inet, MTU: 1500 Flags: None Addresses, Flags: Is-Preferred Is-Primary Destination: 10.10.10/24, Local: 10.10.10.1, Broadcast: 10.10.10.
Chapter 5: Monitoring Commands Traffic statistics: Input bytes : 0 0 bps Output bytes : 42 0 bps Input packets: 0 0 pps Output packets: 1 0 pps Input errors: Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, FIFO errors: 0, Resource errors: 0 Output errors: Carrier transitions: 3, Errors: 0, Drops: 0, Collisions: 0, Aged packets: 0, FIFO errors: 0, HS link CRC errors: 0, MTU errors: 0, Resource errors: 0 Active alarms :
Static ARP Table Entries Feature Guide for Routing Devices show interfaces (Gigabit Ethernet) Syntax Release Information Description Options show interfaces ge-fpc/pic/port Command introduced before Junos OS Release 7.4. (M Series, T Series, and MX Series routers and EX Series switches only) Display status information about the specified Gigabit Ethernet interface.
Chapter 5: Monitoring Commands Table 4: show interfaces Gigabit Ethernet Output Fields Field Name Field Description Level of Output Physical interface Name of the physical interface. All levels Enabled State of the interface. Possible values are described in the “Enabled Field” section under Common Output Fields Description. All levels Interface index Index number of the physical interface, which reflects its initialization sequence.
Static ARP Table Entries Feature Guide for Routing Devices Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Link flags Information about the link. Possible values are described in the “Links Flags” section under Common Output Fields Description. All levels Wavelength (10-Gigabit Ethernet dense wavelength-division multiplexing [DWDM] interfaces) Displays the configured wavelength, in nanometers (nm).
Chapter 5: Monitoring Commands Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Traffic statistics Number and rate of bytes and packets received and transmitted on the physical interface. detail extensive • Input bytes—Number of bytes received on the interface.
Static ARP Table Entries Feature Guide for Routing Devices Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Output errors Output errors on the interface. The following paragraphs explain the counters whose meaning might not be obvious: extensive • Carrier transitions—Number of times the interface has gone from down to up.
Chapter 5: Monitoring Commands Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Queue counters (Ingress) CoS queue number and its associated user-configured forwarding class name. Displayed on IQ2 interfaces. extensive Active alarms and Active defects • Queued packets—Number of queued packets. • Transmitted packets—Number of transmitted packets. • Dropped packets—Number of packets dropped by the ASIC's RED mechanism.
Static ARP Table Entries Feature Guide for Routing Devices Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output MAC statistics Receive and Transmit statistics reported by the PIC's MAC subsystem, including extensive the following: • Total octets and total packets—Total number of octets and packets. For Gigabit Ethernet IQ PICs, the received octets count varies by interface type.
Chapter 5: Monitoring Commands Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Filter statistics Receive and Transmit statistics reported by the PIC's MAC address filter extensive subsystem. The filtering is done by the content-addressable memory (CAM) on the PIC. The filter examines a packet's source and destination MAC addresses to determine whether the packet should enter the system or be rejected.
Static ARP Table Entries Feature Guide for Routing Devices Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output WIS section (10-Gigabit Ethernet interfaces, WAN PHY mode) SONET error information: extensive • Seconds—Number of seconds the defect has been active. • Count—Number of times that the defect has gone from inactive to active. • State—State of the error. Any state other than OK indicates a problem.
Chapter 5: Monitoring Commands Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output WIS path (10-Gigabit Ethernet interfaces, WAN PHY mode) Active alarms and defects, plus counts of specific SONET errors with detailed information: extensive • Seconds—Number of seconds the defect has been active. • Count—Number of times that the defect has gone from inactive to active. • State—State of the error.
Static ARP Table Entries Feature Guide for Routing Devices Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Autonegotiation information Information about link autonegotiation. extensive • Negotiation status: • Incomplete—Ethernet interface has the speed or link mode configured. • No autonegotiation—Remote Ethernet interface has the speed or link mode configured, or does not perform autonegotiation.
Chapter 5: Monitoring Commands Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output CoS information Information about the CoS queue for the physical interface. extensive • CoS transmit queue—Queue number and its associated user-configured forwarding class name. • Bandwidth %—Percentage of bandwidth allocated to the queue. • Bandwidth bps—Bandwidth allocated to the queue (in bps).
Static ARP Table Entries Feature Guide for Routing Devices Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output VLAN-Tag Rewrite profile applied to incoming or outgoing frames on the outer (Out) VLAN tag or for both the outer and inner (In) VLAN tags. brief detail extensive • push—An outer VLAN tag is pushed in front of the existing VLAN tag. • pop—The outer VLAN tag of the incoming frame is removed.
Chapter 5: Monitoring Commands Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Duplicate Protection (MX Series routers with Trio MPCs only) State of PPPoE duplicate protection: On or Off. When duplicate protection is configured for the underlying interface, a dynamic PPPoE logical interface cannot be activated when an existing active logical interface is present for the same PPPoE client.
Static ARP Table Entries Feature Guide for Routing Devices Table 4: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Output Filters Names of any output filters applied to this interface. If you specify a precedence value for any filter in a dynamic profile, filter precedence values appear in parentheses next to all interfaces. detail extensive Mac-Validate Failures Number of MAC address validation failures for packets and bytes.
Chapter 5: Monitoring Commands Table 5: Gigabit Ethernet IQ PIC Traffic and MAC Statistics by Interface Type (continued) Interface Type Sample Command Byte and Octet Counts Include Outbound logical interface show interfaces ge-0/0/0.
Static ARP Table Entries Feature Guide for Routing Devices Output rate : 0 bps (0 pps) Active alarms : None Active defects : None Logical interface ge-2/2/2.0 (Index 82) (SNMP ifIndex 219) Flags: SNMP-Traps 0x20000000 Encapsulation: Ethernet-Bridge Egress accounting overhead: 100 Ingress accounting overhead: 90 Input packets : 0 Output packets: 0 Protocol aenet, AE bundle: ae0.
Chapter 5: Monitoring Commands Current address: 00:05:85:4a:e9:7c, Hardware address: 00:05:85:4a:e9:7c Last flapped : 2006-08-09 17:17:00 PDT (01:31:33 ago) Statistics last cleared: Never Traffic statistics: Input bytes : 0 0 bps Output bytes : 0 0 bps Input packets: 0 0 pps Output packets: 0 0 pps Ingress traffic statistics at Packet Forwarding Engine: Input bytes : 0 0 bps Input packets: 0 0 pps Drop bytes : 0 0 bps Drop packets: 0 0 pps Ingress queues: 4 supported, 4 in use Queue counters: Queued packet
Static ARP Table Entries Feature Guide for Routing Devices Flags: Is-Primary Logical interface ge-3/0/2.32767 (Index 71) (SNMP ifIndex 70) (Generation 139) Flags: SNMP-Traps 0x4000 VLAN-Tag [ 0x0000.
Chapter 5: Monitoring Commands Ingress queues: 4 supported, 4 in use Queue counters: Queued packets Transmitted packets 0 best-effort Dropped packets 418390823 418390823 0 1 expedited-fo 0 0 0 2 assured-forw 0 0 0 3 network-cont 7133 7133 0 Egress queues: 4 supported, 4 in use Queue counters: Queued packets Transmitted packets Dropped packets 1031 1031 0 1 expedited-fo 0 0 0 2 assured-forw 0 0 0 3 network-cont 77872 77872 0 0 best-effort Active alarms : None Active defec
Static ARP Table Entries Feature Guide for Routing Devices Destination slot: 7 CoS information: Direction : Output CoS transmit queue 0 best-effort none 3 network-control low none Direction : Input CoS transmit queue Bandwidth % 95 bps 950000000 5 50000000 Buffer % 95 Priority usec 0 Limit low 0 best-effort none 3 network-control low none Bandwidth % 95 bps 950000000 5 50000000 5 Buffer % 95 0 Priority usec 0 Limit low 5 0 Logical interface ge-7/1/3.
Chapter 5: Monitoring Commands information, see the description of the logical interface Transit statistics fields in Table 4 on page 51.
Static ARP Table Entries Feature Guide for Routing Devices show interfaces (10-Gigabit Ethernet) Syntax Release Information Description Options show interfaces xe-fpc/pic/port Command introduced in Junos OS Release 8.0. (M320, M120, MX Series, and T Series routers and EX Series switches only) Display status information about the specified 10-Gigabit Ethernet interface.
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields Field Name Field Description Level of Output Physical interface Name of the physical interface. All levels Enabled State of the interface. Possible values are described in the “Enabled Field” section under Common Output Fields Description. All levels Interface index Index number of the physical interface, which reflects its initialization sequence.
Static ARP Table Entries Feature Guide for Routing Devices Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Link flags Information about the link. Possible values are described in the “Links Flags” section under Common Output Fields Description. All levels Wavelength (10-Gigabit Ethernet dense wavelength-division multiplexing [DWDM] interfaces) Displays the configured wavelength, in nanometers (nm).
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Traffic statistics Number and rate of bytes and packets received and transmitted on the physical interface. detail extensive • Input bytes—Number of bytes received on the interface.
Static ARP Table Entries Feature Guide for Routing Devices Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Output errors Output errors on the interface. The following paragraphs explain the counters whose meaning might not be obvious: extensive • Carrier transitions—Number of times the interface has gone from down to up.
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Active alarms and Active defects Ethernet-specific defects that can prevent the interface from passing packets. When a defect persists for a certain amount of time, it is promoted to an alarm.
Static ARP Table Entries Feature Guide for Routing Devices Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output OTN OTU OTN OTU defects detected on the interface detail extensive • AIS—OTN AIS alarm. • BDI—OTN OTU BDI alarm. • IAE—OTN OTU IAE alarm. • TTIM—OTN OTU TTIM alarm. • SF—OTN ODU bit error rate fault alarm. • SD—OTN ODU bit error rate defect alarm. • TCA-ES—OTN ODU ES threshold alarm.
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output MAC statistics Receive and Transmit statistics reported by the PIC's MAC subsystem, including extensive the following: • Total octets and total packets—Total number of octets and packets. For Gigabit Ethernet IQ PICs, the received octets count varies by interface type.
Static ARP Table Entries Feature Guide for Routing Devices Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Filter statistics Receive and Transmit statistics reported by the PIC's MAC address filter extensive subsystem. The filtering is done by the content-addressable memory (CAM) on the PIC. The filter examines a packet's source and destination MAC addresses to determine whether the packet should enter the system or be rejected.
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output WIS section (10-Gigabit Ethernet interfaces, WAN PHY mode) SONET error information: extensive • Seconds—Number of seconds the defect has been active. • Count—Number of times that the defect has gone from inactive to active. • State—State of the error. Any state other than OK indicates a problem.
Static ARP Table Entries Feature Guide for Routing Devices Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output WIS path (10-Gigabit Ethernet interfaces, WAN PHY mode) Active alarms and defects, plus counts of specific SONET errors with detailed information. extensive • Seconds—Number of seconds the defect has been active. • Count—Number of times that the defect has gone from inactive to active. • State—State of the error.
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Autonegotiation information Information about link autonegotiation. extensive • Negotiation status: • Incomplete—Ethernet interface has the speed or link mode configured. • No autonegotiation—Remote Ethernet interface has the speed or link mode configured, or does not perform autonegotiation.
Static ARP Table Entries Feature Guide for Routing Devices Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output CoS information Information about the CoS queue for the physical interface. extensive • CoS transmit queue—Queue number and its associated user-configured forwarding class name. • Bandwidth %—Percentage of bandwidth allocated to the queue. • Bandwidth bps—Bandwidth allocated to the queue (in bps).
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output VLAN-Tag Rewrite profile applied to incoming or outgoing frames on the outer (Out) VLAN tag or for both the outer and inner (In) VLAN tags. brief detail extensive • push—An outer VLAN tag is pushed in front of the existing VLAN tag. • pop—The outer VLAN tag of the incoming frame is removed.
Static ARP Table Entries Feature Guide for Routing Devices Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Transit statistics Number and rate of bytes and packets transiting the switch. extensive NOTE: For Gigabit Ethernet intelligent queuing 2 (IQ2) interfaces, the logical interface egress statistics might not accurately reflect the traffic on the wire when output shaping is applied.
Chapter 5: Monitoring Commands Table 6: show interfaces Gigabit Ethernet Output Fields (continued) Field Name Field Description Level of Output Generation Unique number for use by Juniper Networks technical support only. detail extensive For Gigabit Ethernet IQ PICs, traffic and MAC statistics output varies.
Static ARP Table Entries Feature Guide for Routing Devices None, Source filtering: Enabled, Flow control: Enabled Device flags : Present Running Interface flags: SNMP-Traps Internal: 0x4000 Link flags : None CoS queues : 8 supported, 4 maximum usable queues Schedulers : 1024 Hold-times : Up 0 ms, Down 0 ms Current address: 00:14:f6:b9:f1:f6, Hardware address: 00:14:f6:b9:f1:f6 Last flapped : Never Statistics last cleared: Never Traffic statistics: Input bytes : 6970332384 0 bps Output bytes : 0 0 bps Input
Chapter 5: Monitoring Commands MAC statistics: Receive Total octets 6970332384 Total packets 81050506 Unicast packets 81050000 Broadcast packets 506 Multicast packets 0 CRC/Align errors 0 FIFO errors 0 MAC control frames 0 MAC pause frames 0 Oversized frames 0 Jabber frames 0 Fragment frames 0 VLAN tagged frames 0 Code violations 0 Filter statistics: Input packet count 81050506 Input packet rejects 506 Input DA rejects 0 Input SA rejects 0 Output packet count Output packet pad count Output packet error cou
Static ARP Table Entries Feature Guide for Routing Devices Input packets: 0 0 pps Output packets: 0 0 pps IPv6 transit statistics: Input bytes : 0 Output bytes : 0 Input packets: 0 Output packets: 0 Protocol inet, MTU: 1500, Generation: 253, Route table: 0 Addresses, Flags: Is-Preferred Is-Primary Destination: 192.1.1/24, Local: 192.1.1.1, Broadcast: 192.1.1.
Chapter 5: Monitoring Commands CRC/Align errors 0 0 FIFO errors 0 0 MAC control frames 0 0 MAC pause frames 0 0 Oversized frames 0 Jabber frames 0 Fragment frames 0 VLAN tagged frames 0 Code violations 0 Filter statistics: Input packet count 0 Input packet rejects 0 Input DA rejects 0 Input SA rejects 0 Output packet count 0 Output packet pad count 0 Output packet error count 0 CAM destination filters: 0, CAM source filters: 0 PMA PHY: Seconds Count State PLL lock 0 0 OK PHY light 63159 1 Light Missing WIS
Static ARP Table Entries Feature Guide for Routing Devices Destination slot: 1 CoS information: CoS transmit queue 0 best-effort 3 network-control % 95 5 Bandwidth bps 950000000 50000000 % 95 5 Buffer bytes 0 0 Priority low low Limit none none show interfaces extensive (10-Gigabit Ethernet, DWDM OTN PIC) user@host> show interfaces ge-7/0/0 extensive Physical interface: ge-7/0/0, Enabled, Physical link is Down Interface index: 143, SNMP ifIndex: 508, Generation: 208 Link-level type: Ethernet, MTU: 15
Chapter 5: Monitoring Commands Unicast packets 0 0 Broadcast packets 0 0 Multicast packets 0 0 CRC/Align errors 0 0 FIFO errors 0 0 MAC control frames 0 0 MAC pause frames 0 0 Oversized frames 0 Jabber frames 0 Fragment frames 0 VLAN tagged frames 0 Code violations 0 Total octets 0 0 Total packets 0 0 Unicast packets 0 0 Broadcast packets 0 0 Multicast packets 0 0 CRC/Align errors 0 0 FIFO errors 0 0 MAC control frames 0 0 MAC pause frames 0 0 Oversized frames 0 Jabber frames 0 Fragment frames 0 VLAN tagge
Static ARP Table Entries Feature Guide for Routing Devices 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Transmitted DAPI: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Transmitted SAPI: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
Chapter 5: Monitoring Commands Output bytes : Input packets: Output packets: 322891152287160 0 328809727380 9627472888 bps 0 pps 1225492 pps ... Filter statistics: Output packet count Output packet pad count Output packet error count ... 328810554250 0 0 Logical interface xe-7/0/0-tx.
Static ARP Table Entries Feature Guide for Routing Devices Hold-times : Up 0 ms, Down 0 ms Current address: 00:05:85:73:e4:83, Hardware address: 00:05:85:73:e4:83 Last flapped : 2007-06-01 09:08:22 PDT (3d 02:31 ago) Statistics last cleared: Never Traffic statistics: Input bytes : 322857456303482 9627496104 bps Output bytes : 0 0 bps Input packets: 328775413751 1225495 pps Output packets: 0 0 pps ... Filter statistics: Input packet count Input packet rejects Input DA rejects 328775015056 1 0 ...
CHAPTER 6 Command Summary • Ethernet Interface Operational Mode Commands on page 97 Ethernet Interface Operational Mode Commands Table 8 on page 97 summarizes the command-line interface (CLI) commands that you can use to monitor and troubleshoot aggregated Ethernet, Fast Ethernet, Gigabit Ethernet, and 10-Gigabit Ethernet interfaces. Commands are listed in alphabetical order. Table 8: Ethernet Interface Operational Mode Commands Task Command Clear dynamic VLAN interfaces.
Static ARP Table Entries Feature Guide for Routing Devices Table 8: Ethernet Interface Operational Mode Commands (continued) Task Command Clear ITU-T Y.1731 Ethernet frame delay measurement (ETH-DM) delay statistics and ETH-DM frame counts. (MX Series routers) clear oam ethernet connectivity-fault-management delay-statistics Clear Operation, Administration, and Management (OAM) and connectivity fault management (CFM) linktrace database information.
Chapter 6: Command Summary Table 8: Ethernet Interface Operational Mode Commands (continued) Task Command Manually rebalance the subscribers on an aggregated Ethernet bundle with targeted distribution enabled.
Static ARP Table Entries Feature Guide for Routing Devices Table 8: Ethernet Interface Operational Mode Commands (continued) Task Command Display IPv6 interface statistics for IPv6 traffic traversing through the IQ2 and IQ2E PICs on standalone T640 routers and on T640 routers in a TX Matrix or in a TXP Matrix. show interfaces extensive Display IPv6 interface statistics for IPv6 traffic traversing through the IQ2 PICs on M10i and M120 routers.
Chapter 6: Command Summary Table 8: Ethernet Interface Operational Mode Commands (continued) Task Command Display IEEE 802.1ag OAM connectivity fault management forwarding state information for Ethernet interfaces. show oam ethernet connectivity-fault-management forwarding-state Display OAM connectivity fault management information for Ethernet interfaces.
Static ARP Table Entries Feature Guide for Routing Devices Table 8: Ethernet Interface Operational Mode Commands (continued) 102 Task Command Display OAM Ethernet Virtual Connection (EVC) information for hosts configured with Ethernet Local Management Interface (E-LMI). (MX series only) show oam ethernet evc Display OAM fault management statistics for Ethernet interfaces.
PART 4 Troubleshooting • Ethernet on page 105 • Interface Diagnostics on page 109 Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices 104 Copyright © 2013, Juniper Networks, Inc.
CHAPTER 7 Ethernet Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices traceroute ethernet Syntax Release Information Description traceroute ethernet (mac-address | mep-id) maintenance-association ma-name maintenance-domain md-name ttl value Command introduced in Junos OS Release 9.0. mep-id option introduced in Junos OS Release 9.1. Triggers the linktrace protocol to trace the route between two maintenance points. The result of the traceroute protocol is stored in the path database.
Chapter 7: Ethernet Table 9: traceroute ethernet Output Fields (continued) Field Name Field Description Maintenance Domain Maintenance domain specified in the traceroute command. Level Maintenance domain level configured. Maintenance Association Maintenance association specified in the traceroute command. Local Mep The local maintenance end point identifier. Transaction Identifier 4-byte identifier maintained by the MEP. Each LTM uses a transaction identifier.
Static ARP Table Entries Feature Guide for Routing Devices 108 Copyright © 2013, Juniper Networks, Inc.
CHAPTER 8 Interface Diagnostics • Interface Diagnostics on page 109 Interface Diagnostics You can use two diagnostic tools to test the physical layer connections of interfaces: loopback testing and bit error rate test (BERT) testing. Loopback testing enables you to verify the connectivity of a circuit. BERT testing enables you to identify poor signal quality on a circuit.
Static ARP Table Entries Feature Guide for Routing Devices • Local—Useful for troubleshooting physical PIC errors. Configuring local loopback on an interface allows transmission of packets to the channel service unit (CSU) and then to the circuit toward the far-end device. The interface receives its own transmission, which includes data and timing information, on the local router's PIC. The data received from the CSU is ignored. To test a local loopback, issue the show interfaces interface-name command.
Chapter 8: Interface Diagnostics Table 10: Loopback Modes by Interface Type (continued) Interface Loopback Modes Usage Guidelines T1 and T3 Local, payload, and remote Configuring T1 Loopback Capability and Configuring T3 Loopback Capability See also Configuring the T1 Remote Loopback Response To configure loopback testing, include the loopback statement: loopback mode; You can include this statement at the following hierarchy levels: • [edit interfaces interface-name aggregated-ether-options] • [
Static ARP Table Entries Feature Guide for Routing Devices [edit interfaces interface-name interface-type-options] bert-algorithm algorithm; bert-error-rate rate; bert-period seconds; By default, the BERT period is 10 seconds. You can configure the BERT period to last from 1 through 239 seconds on some PICs and from 1 through 240 seconds on other PICs. rate is the bit error rate.
Chapter 8: Interface Diagnostics NOTE: The 12-port T1/E1 Circuit Emulation (CE) PIC supports only the following algorithms: all-ones-repeating Repeating one bits all-zeros-repeating Repeating zero bits alternating-double-ones-zeros Alternating pairs of ones and zeros alternating-ones-zeros Alternating ones and zeros pseudo-2e11-o152 Pattern is 2^11 -1 (per O.152 standard) pseudo-2e15-o151 Pattern is 2^15 - 1 (per O.151 standard) pseudo-2e20-o151 Pattern is 2^20 - 1 (per O.
Static ARP Table Entries Feature Guide for Routing Devices NOTE: BERT is supported on the PDH interfaces of the Channelized SONET/SDH OC3/STM1 (Multi-Rate) MIC with SFP and the DS3/E3 MIC.
Chapter 8: Interface Diagnostics These limitations do not apply to channelized IQ interfaces. For information about BERT capabilities on channelized IQ interfaces, see Channelized IQ and IQE Interfaces Properties. Starting and Stopping a BERT Test Before you can start the BERT test, you must disable the interface.
Static ARP Table Entries Feature Guide for Routing Devices } } 116 Copyright © 2013, Juniper Networks, Inc.
PART 5 Index • Index on page 119 Copyright © 2013, Juniper Networks, Inc.
Static ARP Table Entries Feature Guide for Routing Devices 118 Copyright © 2013, Juniper Networks, Inc.
E Index Symbols #, comments in configuration statements......................x ( ), in syntax descriptions........................................................x < >, in syntax descriptions......................................................x [ ], in configuration statements............................................x { }, in configuration statements...........................................x | (pipe), in syntax descriptions.............................................x A arp statement..............
Static ARP Table Entries Feature Guide for Routing Devices 120 Copyright © 2013, Juniper Networks, Inc.