Top Banner
23
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • Configuring PVCsTo use a permanent virtual circuit (PVC), you

    must configure the PVC into both the router and the ATM switch. PVCs remain active until the circuit is removed from either configuration. If you use PVC discovery, you do not have to configure the PVC on the router.

    When a PVC is configured, all the configuration options are passed on to the ATM interface. These PVCs are writable into the nonvolatile RAM (NVRAM) as part of the Route Processor (RP) configuration and are used when the RP image is reloaded.

  • Configuring PVCsTo configure a PVC,

    perform the following tasks . The first two tasks are required; the other tasks are optional.Creating a PVC

    (Required)Mapping a Protocol

    Address to a PVC (Required)

    Configuring the AAL and Encapsulation Type (Optional)

    Configuring PVC Traffic Parameters (Optional)

    Configuring PVC Discovery (Optional)

    Enabling Inverse ARP (Optional)

  • Creating a PVCTo create a PVC on the ATM interface and

    enter interface-ATM-VC configuration mode, use the following command beginning in interface configuration mode:

    After configuring the parameters for an ATM PVC, you must exit interface-ATM-VC configuration mode in order to create the PVC and enable the settings.

    Once you specify a name for a PVC, you can reenter the interface-ATM-VC configuration mode by simply entering pvc name.

  • Mapping a Protocol Address to a PVCThe ATM interface supports a static mapping

    scheme that identifies the network address of remote hosts or routers. To map a protocol address to a PVC, use the following command in interface-ATM-VC configuration mode:

    If you enable or disable broadcasting directly on a PVC using the protocol command, this configuration will take precedence over any direct configuration using the broadcast command.

  • Configuring the AAL and Encapsulation TypeTo configure the ATM adaptation layer (AAL)

    and encapsulation type, use the following command beginning in interface-ATM-VC configuration mode:

    The global default is AAL5 with SNAP encapsulation.

  • The supported traffic parameters are part of the following service categories: Available Bit Rate (ABR), Unspecified Bit Rate (UBR), UBR+, Variable Bit Rate Non Real-Time (VBR-NRT), and real-time Variable Bit Rate (VBR). Only one of these categories can be specified per PVC connection so if a new one is entered, it will replace the existing one.

    To configure PVC traffic parameters, use one of the following commands beginning in interface-ATM-VC configuration mode:

    Configuring PVC Traffic Parameters

  • Configuring PVC DiscoveryYou can configure your router to automatically discover PVCs

    that are configured on an attached adjacent switch. The discovered PVCs and their traffic parameters are configured on an ATM main interface or subinterface that you specify. Your router receives the PVC parameter information using Interim Local Management Interface (ILMI).

    To configure PVC discovery on an ATM interface, use the following commands beginning in global configuration mode:

  • Configuring PVC Discovery

  • Enabling Inverse ARPInverse ARP is enabled by default when

    you create a PVC using the pvc command. Once configured, a protocol mapping

    between an ATM PVC and a network address is learned dynamically as a result of the exchange of ATM Inverse ARP packets.

    Inverse ARP is supported on PVCs running IP or IPX and no static map is configured.

    If a static map is configured, Inverse ARP will be disabled.

  • Enabling Inverse ARPTo enable Inverse ARP on an ATM PVC, use the following

    commands beginning in global configuration mode:

  • Creating a PVC ExampleThe following example shows how to create a

    PVC on an ATM main interface with AAL5/MUX encapsulation configured and a VBR-NRT QOS specified.

    interface atm 2/0pvc cisco 1/40encapsulation aal5mux ipvbr-nrt 100000 50000 20

  • PVC with AAL5 and LLC/SNAP EncapsulationThe following example shows how to create a

    PVC 0/50 on ATM interface 3/0. It uses the global default LLC/SNAP encapsulation over AAL5. The interface is at IP address 1.1.1.1 with 1.1.1.5 at the other end of the connection.

    interface atm 3/0ip address 1.1.1.1 255.255.255.0pvc 0/50protocol ip 1.1.1.5 broadcast

  • interface atm 4/0ip address 172.21.168.112 255.255.255.0atm maxvc 512pvc 1/51protocol ip 171.21.168.110!pvc 2/52protocol decnet 10.1 broadcast!pvc 3/53protocol clns 47.004.001.0000.0c00.6e26.00 broadcast!decnet cost 1clns router iso-igrp comet!router iso-igrp cometnet 47.0004.0001.0000.0c00.6666.00!router igrp 109network 172.21.0.0!ip domain-name CISCO.COM

  • Router Aip routing!interface atm 4/0ip address 131.108.168.1 255.255.255.0pvc 0/32protocol ip 131.108.168.2 broadcastexit!pvc 0/33protocol ip 131.108.168.3 broadcast

    Router Bip routing!interface atm 2/0ip address 131.108.168.2 255.255.255.0pvc test-b-1 0/32protocol ip 131.108.168.1 broadcastexit!pvc test-b-2 0/34protocol ip 131.108.168.3 broadcast

    Router Cip routing!interface atm 4/0ip address 131.108.168.3 255.255.255.0pvc 0/33protocol ip 131.108.168.1 broadcastexit!pvc 0/34protocol ip 131.108.168.2 broadcast

  • Configuring PVC DiscoveryThe following example shows how to enable

    PVC Discovery on an ATM main interface 2/0. The keyword subinterface is used so that all discovered PVCs with a VPI value of 1 will be assigned to the subinterface 2/0.1.

    interface atm 2/0Pvc RouterA 0/16 ilmiexitatm ilmi-pvc-discovery subinterface

  • Enabling Inverse ARP ExampleThe following example shows how to enable

    Inverse ARP on an ATM interface and specifies an Inverse ARP time period of 10 minutes.

    interface atm 2/0pvc 1/32inarp 10exit

  • Configuring SVC Traffic Parameters ExampleFigure 8 illustrates a source and destination router

    implementing traffic settings that correspond end-to-end. The output values for the source router correspond to the input values for the destination router. The following example shows how to specify VBR-NRT traffic parameters on the source router.

  • Router R0

    interface ATM1/0 no ip address no atm enable-ilmi-trap no clns route-cache!interface ATM1/0.101 point-to-point ip address 192.168.1.2 255.255.255.0 atm pvc 6 101 0 aal5snap inarp no atm enable-ilmi-trap!

    Router R1

    interface ATM1/0 no ip address no atm enable-ilmi-trap no clns route-cache!interface ATM1/0.202 point-to-point ip address 192.168.1.1 255.255.255.0 atm pvc 8 202 0 aal5snap inarp no atm enable-ilmi-trap!

  • BibliographyCisco IOS Wide-Area Networking Configuration

    Guide, Configuring ATM Chapter

    Slide 1Slide 2Slide 3Slide 4Slide 5Slide 6Slide 7Slide 8Slide 9Slide 10Slide 11Slide 12Slide 13Slide 14Slide 15Slide 16Slide 17Slide 18Slide 19Slide 20Slide 21Slide 22Slide 23