12.07.2015 Views

Cisco IOS Wide-Area Networking Configuration Guide - Free Books

Cisco IOS Wide-Area Networking Configuration Guide - Free Books

Cisco IOS Wide-Area Networking Configuration Guide - Free Books

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

X.25 and LAPB <strong>Configuration</strong> ExamplesConfiguring X.25 and LAPBRouter(config)# interface serial 1/4Router(config-if)# encapsulation x25 dteRouter(config-if)# x25 subscribe flow-control alwaysRouter(config-if)# x25 subscribe windowsize permit 1 7 target 2 4Router(config-if)# x25 subscribe packetsize permit 64 1024 target 128 1024You do not have to configure window and packet size ranges because their default settings areappropriate for most configurations. The following example shows X.25 routing with localacknowledgment being enabled globally and flow control negotiation being enabled on serial interface1/4 with default window and packet size settings:Router(config)# interface serial 1/4Router(config-if)# encapsulation x25 dteRouter(config-if)# x25 subscribe flow-control alwaysX.25 CUGs ExamplesThe following sections provide examples of different X.25 closed user groups (CUGs) configurations:• X.25 CUG Service, Access, and CUG Properties Example• POP with No CUG Access Example• POP with Access Restricted to One CUG Example• POP with Multiple CUGs and No Public Access Example• POP with Multiple CUGs and Public Access Example• CUG Selection Facility Suppression for the Preferential CUG Example• CUG Selection Facility Suppression for All CUGs ExampleX.25 CUG Service, Access, and CUG Properties ExampleIn the following example, X.25 CUG service is being subscribed to on serial 0, which then permits thesubscription to local CUGs (5000, 100, 200, and 300). Subscription to local CUGs cannot be achievedwithout subscription to X.25 CUG service (although this occurs automatically—with CUG servicedefault settings of no incoming and no outgoing access—the first time you subscribe to a specific CUGusing the x25 subscribe local-cug command).Local CUG 5000 has been designated as the preferential CUG, which means that it will be used when acall with no CUG membership selection is made. These local CUGs all belong to different networkidentifiers (IDs) (local 5000 = network 55; local 100 = network 11; local 200 = network 22; local 300 =network 33), but they could also subscribe to the same network ID if desired.Router(config)# interface serial0Router(config-if)# encapsulation x25 dceRouter(config-if)# x25 subscribe cug-service incoming-access outgoing-accessRouter(config-if)# x25 subscribe local-cug 5000 network-cug 55 preferentialRouter(config-if)# x25 subscribe local-cug 100 network-cug 11Router(config-if)# x25 subscribe local-cug 200 network-cug 22Router(config-if)# x25 subscribe local-cug 300 network-cug 33POP with No CUG Access ExampleIn the following example, serial interface 0 is being configured as a POP for a user that has no access toany of the CUGs in the network, but full public access (incoming and outgoing access)—the leastrestrictive setting:78

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

Saved successfully!

Ooh no, something went wrong!