Configuring SDLC for Multidrop Connections
Problem
You want to configure a serial port for an SDLC multidrop line supporting several devices.
Solution
SDLC supports multidrop connections. These are serial links that connect to several downstream devices in series. Each device has its own SDLC address, which must be configured in the router. The global DLSw configuration for this example is omitted here because it is identical to the previous example:
dlsw-branch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z. dlsw-branch(config)#interface Serial
dlsw-branch(config-if)#
1
description
dlsw-branch(config-if)#
Connection to three remote SDLC devices
encapsulation sdlc
dlsw-branch(config-if)#no keepalive
dlsw-branch(config-if)#nrzi-encoding
dlsw-branch(config-if)#clock rate
dlsw-branch(config-if)#
4800
sdlc role primary
dlsw-branch(config-if)#sdlc vmac
dlsw-branch(config-if)#
4000.CCCC.0000
sdlc poll-pause-timer
dlsw-branch(config-if)#
200
sdlc address
dlsw-branch(config-if)#
20
sdlc xid
dlsw-branch(config-if)#
20 017A0006
sdlc partner
dlsw-branch(config-if)#
4000.3745.AAAA 20
sdlc address
dlsw-branch(config-if)#
21
sdlc xid
dlsw-branch(config-if)#
21 017A0007
sdlc partner
dlsw-branch(config-if)#
4000.3745.AAAA 21
sdlc address
dlsw-branch(config-if)#
22
sdlc xid
dlsw-branch(config-if)#
22 017A0008
sdlc partner
dlsw-branch(config-if)#
4000.3745.AAAB 22
sdlc slow-poll
dlsw-branch(config-if)#
30
sdlc dlsw
dlsw-branch(config-if)#
20 21 22
end
dlsw-branch#
Discussion
The basic router ...
Get Cisco IOS Cookbook, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.