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

Create successful ePaper yourself

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

Configuring X.25 and LAPBX.25 and LAPB <strong>Configuration</strong> ExamplesRouter(config-if)# exitRouter(config)# interface Serial0Router(config-if)# encapsulation x25 dceRouter(config-if)# exitRouter(config)# x25 route 444 xot dns \0Router(config)# x25 route 555 xot dns \0X.25 over Frame Relay (Annex G) ExampleThe following example configures X.25 profile “NetworkNodeA” (using the X.25 commands x25 htc,x25 idle, x25 accept-reverse and x25 modulo) on DLCI interfaces 20 and 30; and X.25 profile“NetworkNodeB” (using the X.25 command x25 address) on DLCI interface 40; all on serial interface1. The example shows the final step of assigning your X.25 profile to the DLCI interface by using theframe-relay interface-dlci command, and then assigning X.25 routes to DLCIs 20, 30, and 40 using thex25 route command.The new x25 profile command mode (config-x25) can be seen in this example. This mode is used forconfiguring the parameters of your X.25 profile. For a complete description of this command and mode,refer to the x25 profile command section in the chapter “X.25 and LAPB Commands” in the <strong>Cisco</strong> <strong>IOS</strong><strong>Wide</strong>-<strong>Area</strong> <strong>Networking</strong> Command Reference.This example assumes that you already have Frame Relay enabled on your router.Router(config)# x25 routingRouter(config)# x25 profile NetworkNodeA dceRouter(config-x25)# x25 htc 128Router(config-x25)# x25 idle 5Router(config-x25)# x25 accept-reverseRouter(config-x25)# x25 modulo 128Router(config-x25)# endRouter(config)# x25 profile NetworkNodeB dceRouter(config-x25)# x25 address 1111Router(config-x25)# endRouter(config)# interface serial1Router(config-if)# encapsulation frame-relayRouter(config-if)# frame-relay interface-dlci 20Router(config-fr-dlci)# x25-profile NetworkNodeARouter(config-fr-dlci)# endRouter(config)# interface serial1Router(config-if)# frame-relay interface-dlci 30Router(config-fr-dlci)# x25-profile NetworkNodeARouter(config-fr-dlci)# endRouter(config)# interface serial1Router(config-if)# frame-relay interface-dlci 40Router(config-fr-dlci)# x25-profile NetworkNodeBRouter(config-fr-dlci)# endRouter(config)# x25 route 2000 interface serial1 dlci 20Router(config)# x25 route 3000 interface serial1 dlci 30Router(config)# x25 route 4000 interface serial1 dlci 40CMNS Switching ExampleThe following example illustrates enabling CMNS and configuring X.25 routes to the available CMNShost and the PDN connectivity:interface ethernet 0cmns enable!interface serial 073

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

Saved successfully!

Ooh no, something went wrong!