Setting Payload Scrambling on an ATM Circuit
Problem
You want to enable payload scrambling on your ATM circuit to prevent user data from being interpreted as an in-band control sequence.
Solution
The command to enable scrambling varies depending on the type of circuit. For a T3 ATM circuit, you must use the command atm ds3-scramble, as follows:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interface ATMRouter2(config-if)#0/0atm ds3-scrambleRouter2(config-if)#exitRouter2(config)#endRouter2#
For E3 circuits, scrambling is actually enabled by default, but you can disable it with the no form of the command atm e3-scramble:
Router3#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router3(config)#interface ATMRouter3(config-if)#0/0no atm e3-scrambleRouter3(config-if)#exitRouter3(config)#endRouter3#
Both of the preceding commands will scramble the ATM cells at the Physical Layer Interface Module (PLIM) on the ATM interface. You can also opt to scramble only the ATM cell’s payload as follows:
Router4#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router4(config)#interface ATMRouter4(config-if)#0/0atm scrambling cell-payloadRouter4(config-if)#exitRouter4(config)#endRouter4#
Discussion
In Recipe 16.5, we mentioned that some types of network devices use in-band signaling to indicate that there are errors on the circuit. This can cause network problems if a switch responds ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access