cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
327
Views
0
Helpful
2
Replies

DLSw QLLC support for SVC's

fmasson
Level 1
Level 1

Hi,

i try to replace my IBM3745 X.25 Multichannel by Serial Port of my Router. Therefore i have to support SVC's. I do not have the X.121 addresses of the SVC clients, so i cannot define "x25 qllc map...".

i can't find a example for definig something like a vmac address pool for incoming SVC's?

regards

Frank

2 Replies 2

owillins
Level 6
Level 6

I haven't been able to find any specific documents on this either. Check if the following doc helps.

http://www.cisco.com/univercd/cc/td/doc/cisintwk/idg4/nd2007.htm

mbinzer
Cisco Employee
Cisco Employee

Hi,

i am not that much of an expert for qllc but i think you need to look at the following command.

qllc accept-all-calls

that way we learn the caller x25 address. Something like this.

int s0

x25 addr 123456

qllc accept-all-calls

qllc dlsw vmac 4000.7200.0000 100 partner 4000.7513.0000

When you search for documentation you also need to look for qllc and dlsw.

The above command excepts all incoming calls and uses a vmac pool of 100 addresses starting at 4000.7200.0000 for the incoming x25/qllc calls and is using 4000.7513.0000 as destination mac address for the dlsw circuit to connect to the host.