CCNP ISCW Notes

1 Apr 2008

Chapter 7: DSL Connection Troubleshooting

Physical Layer

Layer 1 has two sublayers: the transmission convergence (TC) and physical medium dependent (PMD) layers.

Framing is the process of ordering bits for transmission.

Line coding is the process of transmitting bits.

RJ-11/RJ-14 pinout:

  1. (empty)
  2. Black (Tip)
  3. Red (Ring)
  4. Green (Tip)
  5. Yellow (Ring)
  6. (empty)

Supported DSL Operating Modes

  • auto - Automatic negotiation
  • ansi-dmt - ANSI T1.413
  • itu-dmt - G.992.1
  • splitterless - G.992.2 or G.Lite

Carrierless Amplitude Phase (CAP) cannot be autonegotiated.

ATM Debugging

  • debug atm events - Displays the allocated VPI/VCI pair
  • debug atm packet - Displays VPI/VCI and packet type (MUX vs SNAP)

An ATM ping can be performed to test the ATM circuit:

Router# ping atm interface atm0/0 8 35 seg-loopback

PPP Operation

PPP phases:

  1. Link Control phase
  2. Authentication phase (optional)
  3. Network Control phase

Monitoring:

  • debug ppp negotiation
  • debug ppp authentication
Gerard Metoho-Eke commented on 11 Sep 2008 at 7:24 a.m.

One of the best summary I have seen. It make life easier and time well spent. Good job. Gerard

sam commented on 15 Sep 2008 at 3:18 a.m.

nice work

Leave a comment

(optional, will not be published)
(optional)

Comment Tips

  • You can use Markdown syntax for decoration. (Cheat sheet)
  • Links: [Google](http://google.com) or <http://google.com>
  • Use backticks around commands: `ip address 127.0.0.1`
  • Use indentations (tabs) for preformatted text (code blocks)