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


Configuration Tasks

This section describes how to perform the following ATM configuration tasks:

Creating a Basic Configuration

To configure ATM, perform the following tasks. (Figure 4 shows the relationship of Steps 1 through 3.)

  1. Configure an ATM physical interface.

For ATM interfaces on ERX-7xx models, ERX-14xx models, and the ERX-310 router, use the slot/port format; for example:

host1(config)#interface atm 0/1 

  1. Configure an ATM 1483 subinterface.
  2. host1(config-if)#interface atm 0/1.20
    
    
    
  3. Configure a PVC by specifying the VCD, the VPI, the VCI, and the encapsulation type.
  4. host1(config-subif)#atm pvc 10 15 22 aal5snap
    
    
    
  5. Assign an IP address and subnet mask to the PVC.
  6. host1(config-subif)#ip address 192.32.10.20 255.255.255.0
    
    
    
  7. (Optional) Verify your configuration using the appropriate show commands.
  8. host1#show atm interface atm 0/1
    
    host1#show atm vc atm 0/1 10
    
    host1#show atm subinterface atm 0/1.20
    
    
    

Figure 4: Configuring an ATM Interface, Subinterface, and PVC

atm pvc

interface atm

Setting Optional Parameters

You can also set the following parameters:

Optional Tasks on ATM 1483 Subinterfaces

The following are optional tasks that you can perform on ATM 1483 subinterfaces:

atm aal5 shutdown

atm aal5 snmp trap link-status

atm atm1483 advisory-rx-speed

atm atm1483 mtu

atm atm1483 shutdown

atm atm1483 snmp trap link-status

atm auto-configuration

atm cac

atm clock internal

atm framing

atm ilmi-keepalive

atm lbo

atm shutdown

atm snmp trap link-status

atm sonet stm-1

atm uni-version

atm vc-per-vp

atm vp-tunnel

ds3-scramble
    e3-scramble

load-interval

loopback

Configuring SVCs

To configure SVCs:

  1. Enable ILMI on the ATM interface.
  2. host1(config)#interface atm 4/0
    
    host1(config-if)#atm ilmi-enable
    
    
    
  3. Create a PVC with a QSAAL signaling channel on the ATM interface. This PVC performs call setup for the SVC.
  4. host1(config-if)#atm pvc 5 0 5 qsaal
    
    
    
  5. Access Subinterface Configuration mode and specify an ATM ESI address.
  6. host1(config-if)#interface atm 4/0.1
    
    host1(config-subif)#atm esi-address 004ff8234002.00
    
    
    
  7. Create the SVC and define the SVC parameters, including the destination ATM address, encapsulation method, and traffic parameters.
  8. host1(config-subif)#atm svc nsap 
    
    70.000458ff000b923011f22100.234f89bb0000.00 aal5snap cbr 23961
    
    
    

Once you define an SVC, the router attempts to set up an SVC to this destination with the requested traffic parameters and encapsulation method.

atm esi-address

atm ilmi-enable

atm pvc

atm svc

Configuring OAM

This section covers:

Configuring F4 OAM

The ATM interface does not support sending F4 segment loopback cells, but it does respond to F4 segment loopback cells that it receives.

F4 OAM flows need their own channel, and they are identified by the VCI on which they are sent or received. The following VCIs are reserved for F4 OAM flows for each virtual path, and you cannot open PVCs on them:

To set up F4 OAM:

  1. Enable F4 OAM on an interface or VP. The router enables F4 OAM at the interface level unless you specify a VPI. This example opens both segment and end-to-end F4 OAM circuits on VPI 10.
  2. host1(config-if)#atm oam 10
    
    
    
  3. (Optional) Enable only segment or end-to-end loopback.
  4. host1(config-if)#atm oam 10 seg-loopback
    
    host1(config-if)#atm oam 10 end-loopback
    
    
    
  5. (Optional) To cause the interface to generate end-to-end loopback cells in addition to receiving and responding to them, set the loopback timer.

See the atm oam command description following this procedure for more information about setting the loopback timer.

host1(config-if)#atm oam 10 end-loopback loopback-timer 20

  1. (Optional) Enable CC cell flows.
  2. host1(config-if)#atm oam 10 seg-loopback cc source
    

atm oam

Configuring F5 OAM

F5 OAM flows run over existing PVCs. The ATM interface does not support sending F5 segment loopback cells, but it does respond to F5 segment loopback cells that it receives.

NOTE: You cannot enable both loopback cells and CC cells at the same time.


To set up F5 OAM:

  1. To enable VC integrity, which causes the ATM interface to periodically send F5 end-to-end loopback cells over a VC, use the oam keyword with the atm pvc command.

You can include the frequency (in seconds) with which the router sends F5 end-to-end loopback cells. See the atm pvc command description following this procedure for more information about setting the F5 OAM frequency.

host1(config-if)#atm pvc 98 38 22 aal5snap oam 300

  1. (Optional) To enable CC cell flows on a circuit, use the cc keyword with the atm pvc command. You can enable cell flows on a segment or end-to-end basis, and you can enable the PVC as a sink, source, or both a sink and a source.
  2. host1(config-if)#atm pvc 50 0 50 aal5snap oam cc end-to-end sink 
    

atm pvc

Setting a Loopback Location ID

To allow other nodes to specifically send OAM loopback cells to the ATM interface, set the location ID of the ATM interface or circuit.

host1(config-if)#atm oam loopback-location 01090708

NOTE: Because the router is a connection endpoint, the default loopback location ID is all 1s (ones). This command allows you to specify a nondefault value.

atm oam loopback-location

Setting Up the Router to Ignore Received OAM Cells

You can also configure the router to ignore all received OAM cells or to ignore only AIS and RDI cells, which is useful in diagnostic situations when it may be preferable to ignore alarm conditions. The atm oam flush command controls this feature.

NOTE: OAM alarm cell filtering is supported only on OCx/STMx ATM line modules with either the OC3-4 I/O module or the OC12/STM4 I/O module.


atm oam flush

Running ATM Ping

Keep in mind the following when you use ATM ping:

ping atm interface atm

For information about how the router handles loopback cells based on location ID, see Table 10.

Configuring an NBMA Interface

You configure an ATM NBMA 1483 subinterface in a manner similar to configuring a standard ATM 1483 subinterface. When you specify a subinterface, however, you must select the multipoint option if you plan to add multiple circuits to form an NBMA interface. If you do not select multipoint, the subinterface defaults to point-to-point, and only a single circuit can be affiliated with that subinterface.

You can configure one or more PVCs and associate them with the subinterface you create. Also, you can enable InARP and identify a refresh rate on each specific circuit. For each NMBA interface, either InARP must be enabled, or a static map entry must be provided for each circuit owned by the interface; otherwise, transmitting over that circuit is impossible.

NOTE: NBMA interfaces support only the aal5snap encapsulation.


To configure an NBMA interface:

  1. Configure a physical interface.
  2. host1(config)#interface atm 2/0 
    
    
    
  3. Configure a 1483 subinterface.
  4. host1(config-if)#interface atm 2/0.2 multipoint
    
    
    
  5. Configure PVCs by specifying the VCD, VPI, VCI, and encapsulation type.
  6. host1(config-subif)#atm pvc 1 1 1 aal5snap inarp 10
    
    host1(config-subif)#atm pvc 2 2 2 aal5snap
    
  7. (Optional) Specify InARP and a refresh rate (also optional).
  8. host1(config-subif)#atm pvc 3 3 3 aal5snap inarp 5
    
    host1(config-subif)#atm pvc 4 4 4 aal5snap inarp
    
    
    
  9. Assign an IP address and subnet mask to the PVC.
  10. host1(config-subif)#ip address 192.32.10.20 255.255.255.0
    
    
    
  11. (Optional) Use the appropriate show commands to verify your configuration.
  12. host1#show atm interface atm 2/0
    
    host1#show atm map
    
    host1#show nbma arp atm 2/0
    
    host1#show atm vc atm 2/0 2
    
    host1#show atm subinterface atm 2/0.2
    

Creating an NBMA Static Map

Static mapping creates an association between IP address-ATM PVC pairs for one or more member circuits of an ATM 1483 NBMA interface. Not every circuit necessarily gets the required association from a static map.

In the following procedure, you can repeat Step 2 for each circuit you want to map. A map group name that you have not already established can be associated with an interface. When you define the map list, the name will then be associated with that interface. You can perform Steps 3 and 4 before Steps 1 and 2 without affecting the results.

To set up a static map:

  1. Create a map list by naming it.
  2. host1(config)#map-list charlie
    
    
    
  3. Associate a protocol and an address with a specific virtual circuit.
  4. host1(config-map-list)#ip 192.168.13.13 atm-vc 1 broadcast
    
    
    
  5. Specify an ATM port adapter interface.
  6. host1(config-if)#interface atm 2/0
    
    
    
  7. Associate the map list with the interface.
  8. host1(config-if)#map-group charlie
    

atm pvc

interface atm

ip atm-vc

map-group

map-list

Assigning Descriptions to Interfaces

You can use the description commands to assign a text description or an alias to an interface, which allows that information to be displayed by other show commands.

atm aal5 description

atm atm1483 description

atm description

Sending Interface Descriptions to AAA

During authentication the router sends ATM interface descriptions to AAA. AAA passes the descriptions to RADIUS, and they may appear in the Calling-Station-Id attribute [31]. (For information about RADIUS and the Calling-Station-ID attribute, see JUNOSe Broadband Access Configuration Guide, Chapter 2, Configuring RADIUS Attributes.)

By default, the router sends the major interface descriptions to AAA on the SRP. You can configure the router to send VP interface descriptions in place of the major interface descriptions, or to send ATM 1483 subinterface descriptions to AAA on the line module. As a result, the VP or ATM 1483 subinterface descriptions can provide a convenient way to identify or group broadband access subscribers.

If you set up multiple interface descriptions, they have the following precedence:

  1. ATM 1483 subinterface description
  2. VP interface description
  3. Major interface description

Assigning Descriptions to Virtual Paths

To assign a description to an individual VP on an ATM interface, use the atm vp-description command. The VP description does not affect existing descriptions configured for the ATM interface or ATM 1483 subinterface on which the VP resides. However, if you delete the ATM interface, the descriptions of all VPs residing on that interface are also deleted. In addition, if you decrease the VPI range by issuing the atm vc-per-vp command, the router deletes the descriptions of any VPs that are removed.

To display the VP description, use the show atm vp-description command, as described in ATM show Commands. Although you need not configure a VP tunnel to specify a VP description, the router also displays the VP description in the output of the show atm vp-tunnel command.

Exporting ATM 1483 Subinterface Descriptions

To assign a description to an ATM 1483 subinterface and configure the router to send the ATM 1483 VC interface descriptions to the line module:

  1. Configure a text description for ATM 1483 subinterfaces with the atm atm1483 description command. This description is included in the interface identifier that is sent to AAA.

To configure this feature for ATM 1483 subinterfaces, enter this command in Profile Configuration mode. See Configuring ATM 1483 Dynamic Subinterfaces in Chapter 13, Configuring Dynamic Interfaces.

host1(config-subif)#atm atm1483 description VC_atm1

  1. Set up the router to export ATM 1483 VC interface descriptions to the line module.
  2. host1(config)#atm atm1483 export-subinterface-description 
    
    
    
  3. (Optional) Display the configuration of the export ATM 1483 VC interface descriptions feature with the show atm atm1483 command.
  4. host1#show atm atm1483
    
    ATM1483 IF Descriptions exported 
    
    
    
  5. (Optional) Display the interface descriptions with the show atm subinterface atm command.

atm atm1483 description

atm atm1483 export-subinterface-description

atm vp-description

Configuring Dynamic ATM 1483 Subinterfaces

As an alternative to the static ATM interface configurations described in this chapter, you can also configure dynamic ATM 1483 subinterfaces over static ATM AAL5 interfaces over ATM. Dynamic ATM 1483 subinterfaces can perform autodetection and dynamic creation of the following upper-layer encapsulation types:

For details, see Configuring ATM 1483 Dynamic Subinterfaces in Chapter 13, Configuring Dynamic Interfaces.


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