28.06.2014 Views

Discussion

Discussion

Discussion

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The output shows that this is a 100-Mbps Ethernet interface running in half-duplex<br />

mode.<br />

The hardware architecture of the J-series routers differs from the M-series and T-<br />

series routers, so instead of fxp0 being the management interface, it is one of the<br />

nonremovable Fast Ethernet interfaces, fe-0/0/0. The interface status shows the<br />

same basic information as on the M- and T-series routers:<br />

aviva@RouterA> show interfaces fe-0/0/0<br />

Physical interface: fe-0/0/0, Enabled, Physical link is Up<br />

Interface index: 137, SNMP ifIndex: 29<br />

Link-level type: Ethernet, MTU: 1514, Speed: 100mbps, Loopback: Disabled,<br />

Source filtering: Disabled, Flow control: Enabled<br />

Device flags : Present Running<br />

Interface flags: SNMP-Traps 16384<br />

Link flags : 4<br />

CoS queues : 8 supported<br />

Current address: 00:05:85:ca:ca:70, Hardware address: 00:05:85:ca:ca:70<br />

Last flapped : 2005-05-04 23:37:59 PDT (1w0d 18:17 ago)<br />

Input rate : 0 bps (0 pps)<br />

Output rate : 304 bps (0 pps)<br />

Active alarms : None<br />

Active defects : None<br />

Logical interface fe-0/0/0.0 (Index 66) (SNMP ifIndex 39)<br />

Flags: SNMP-Traps Encapsulation: ENET2<br />

Protocol inet, MTU: 1500<br />

Flags: Is-Primary<br />

Addresses, Flags: Is-Preferred Is-Primary<br />

Destination: 10.0.16/24, Local: 10.0.15.1, Broadcast: 10.0.15.255<br />

While you can actually configure the fxp0 interface on a J-series router, the values are<br />

applied to the fe-0/0/0 interface and show up under fe-0/0/0 in the show interfaces<br />

output. The recommended procedure is to place all management interface configuration<br />

at the [edit interfaces fe-0/0/0] hierarchy level.<br />

The process for configuring many of the JUNOS protocols is to associate one or<br />

more interfaces with the protocol to make the interfaces aware that they will be<br />

receiving packets for that protocol, and vice versa. You can do this by calling out specific<br />

interfaces in the configuration, such as here:<br />

[edit protocols]<br />

aviva@RouterA# set pim interface fe-0/0/1<br />

It’s often faster and easier just to configure all the interfaces at once:<br />

[edit protocols]<br />

aviva@RouterA# set pim interface all<br />

When you do this, you end up configuring the protocol on the out-of-band interface<br />

also. It’s not considered good practice to do this, so in these cases, you should turn<br />

off the protocol on that interface with a disable command.<br />

214 | Chapter 7: Router Interfaces<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!