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


Managing the Ethernet Port on the SRP Module

For information about configuring the Fast Ethernet port on the SRP I/O module, see ERX Installation and User Guide, Chapter 5, .

Use the Fast Ethernet port on the SRP I/O module only as a system management port. Do not use this port to route Fast Ethernet traffic, because doing so affects the performance of the system.

Use an FE-2 line module and an FE-2 I/O module or a GE/FE line module and an FE-8 I/O module to route 10/100BaseT traffic. For information about configuring Ethernet interfaces, see Chapter 6, Configuring Ethernet Interfaces.

    interface fastEthernet

host1-0-1-90(config)#interface fastEthernet 1/0

Monitoring Statistics

You can set a baseline and view statistics on the Fast Ethernet port of the SRP I/O module in the same way that you would for other Ethernet interfaces. See Chapter 6, Configuring Ethernet Interfaces.

Monitoring the Ethernet Configuration for the SRP Module

Slots 0 and 1 are reserved for SRP modules on the ERX-700 series; slots 6 and 7 are reserved for SRP modules on the ERX-1400 series. When you configure the Fast Ethernet interface on an SRP module, the output of the show config command always indicates that the interface is configured in the lower of the two slots (slot 0 or slot 6). This is true if you configure the interface on a redundant SRP module in the higher slot or even if you have only one SRP module and it is installed in the higher slot, as shown in the following example:

host1#show version
Juniper Networks Edge Switch Router ERX1400
Copyright (c) 1998-2001 Juniper Networks, Inc.  All rights reserved.
System Release: x-y-z.rel
        Version: x-y-z (April 25, 200X 09:44)
System running for: 0 days, 0 hours, 4 minutes, 43 seconds
        (since TUE MAY 01 2001 20:27:19 UTC)


                                                     running
slot    state        type        admin    spare      release
----   -------   ------------   -------   -----   -------------
0        ---         ---          ---      ---         ---
1        ---         ---          ---      ---         ---
2      online    UT3a           enabled    ---        x-y-z.rel
3      online    OC3dP2         enabled    ---        x-y-z.rel
4        ---         ---          ---      ---         ---
5        ---         ---          ---      ---         ---
6        ---         ---          ---      ---         ---
7      online    SRP-10G        enabled    ---        x-y-z.rel
8      standby   OC3/OC12-ATM   enabled   spare       x-y-z.rel
9        ---         ---          ---      ---         ---
10     online    OC3-4A         enabled    ---        x-y-z.rel
11     online    OC3-4A         enabled    ---        x-y-z.rel
12     online    OC3-4A         enabled    ---        x-y-z.rel
13       ---         ---          ---      ---         ---
host1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
host1(config)#interface fastethernet 7/0
host1(config-if)#ip address 10.6.130.83 255.255.128.0
host1(config-if)#exit
host1(config)#ip route 0.0.0.0 0.0.0.0 10.6.128.1
host1(config)#exit
host1#show config
! Juniper Networks Edge Switch Router RX1400
! Version: x-y-z (April 25, 2001  09:44)
! Copyright (c) 1998-2001 Juniper Networks, Inc.  All rights reserved.
!
! Configuration script generated on TUE MAY 01 2001 20:33:20 UTC
boot config running-configuration
boot system x-y-z.rel
no boot backup
no boot subsystem
no boot backup subsystem
no boot force-backup
no boot slot
!
hostname "host1"
exception protocol ftp anonymous null
!
controller t3 2/0
[...]
!
interface fastEthernet 6/0
 ip address 10.6.130.83 255.255.128.0
!
ip route 0.0.0.0 0.0.0.0 10.6.128.1
! Trap Source: <not configured>
! Note: SNMP server not running.
!

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