From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/buttons.html | 109 +++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/content.html | 200 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/index.html | 29 +++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/media.html | 21 +++ 4 files changed, 359 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/buttons.html new file mode 100644 index 0000000..ed3e206 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/content.html new file mode 100644 index 0000000..1cc95bd --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/content.html @@ -0,0 +1,200 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 4.3 + DDR Configuration 
  + 4.3.9 + Troubleshooting the DDR + configuration 
+ + + + + + +
There are two major types of DDR + problems. Either a router is not dialing when it should, or it is + constantly dialing when it should not. Several + debug + commands can be used to help troubleshoot problems with a DDR + configuration.

The + debug isdn q921 + command is useful for viewing Layer 2 ISDN call setup exchanges. + The “i =” + field in the Q.921 payload field is the hexadecimal value of a Q.931 + message. In the following lines, the seventh and eighth most significant + hexadecimal numbers in the “i =” field indicate the type of Q.931 + message:

+
    +
  • 0x05 indicates a call setup message +
  • +
  • 0x02 indicates a call proceeding + message
  • +
  • 0x07 indicates a call connect message +
  • +
  • 0x0F indicates a connect + acknowledgment (ack) message
  • +
+

The + debug isdn q931 + command is useful for observing call setup exchanges for both outgoing + and incoming calls. + +

+

The + debug dialer [events | packets] + command is useful for troubleshooting DDR connectivity. The + debug dialer events + command sends a message to the console indicating when a DDR link has + connected and what traffic caused it to connect. + If a router + is not configured correctly for DDR, then the output of the command will + usually indicate the source of the problem. If there is no debug output, + then the router is not aware of any interesting traffic. An incorrectly + configured dialer or access list may be the cause.

+

Not all DDR problems result in an + interface failing to dial. Routing protocols can cause an interface to + continuously dial, even if there is no user data to send. An interface + that is constantly going up and down is said to be flapping. The + debug dialer packet + command sends a message to the console every time a packet is sent out a + DDR interface. Use this debug command to see exactly what traffic is + responsible for a flapping DDR interface.

+

If a router is not connecting when it + should, then it is possible that an ISDN problem is the cause, as + opposed to a DDR problem. The remote router may be incorrectly + configured, or there could be a problem with the ISDN carrier network. + Use the isdn call interface + command to force the local router to attempt to dial into the remote + router. If + the routers cannot communicate using this command, then the lack of + connectivity is an ISDN problem, not a DDR problem. However, if the + routers can communicate, then both the toll network and the ISDN + configurations on the routers are working properly. In this case, the + problem is most likely an error in the DDR configuration on either + router.

+

In some cases it is useful to reset the + connection between the router and the local ISDN switch. The + clear interface bri + command clears currently established connections on the interface and + resets the interface with the ISDN switch. This command forces the + router to renegotiate its SPIDs with the + ISDN switch, and is sometimes necessary after making changes to the + isdn spid1 + and isdn spid2 + commands on an interface.

+ + + + + +
+ + +
+ + + + + +
+ + + + + +
  +

+ + + + Lab Activity

+
+

e-Lab Activity: + + isdn spid

+ +

In this activity, the student will demonstrate how to use the + + isdn spid + command to define at the router the service profiles identifier + number that was assigned by the ISDN service provided for the B1 + channel.

+ +

+
+     + + + + + +
+ + + + + +
+ +
+ + + + + +
+ + + + + +
  +

+ + Web Links

+
+ +

Tech Notes

+ + http://www.cisco.com/en/US/tech/ + tk801/tk133/ tech_tech_notes_ ist.html

+ +

+

+
+
+

+       +      

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/index.html @@ -0,0 +1,29 @@ + + + + +Cisco Global Learning Network + + + + + + + + + + + + + + + + <body> + + <p>This page uses frames, but your browser doesn't support them.</p> + + </body> + + + + diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/media.html new file mode 100644 index 0000000..26fbd60 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_9/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3