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_4/buttons.html | 109 +++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/content.html | 121 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/index.html | 29 +++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/media.html | 21 ++++ 4 files changed, 280 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/buttons.html new file mode 100644 index 0000000..37c1d3b --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/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_4/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/content.html new file mode 100644 index 0000000..7534e9a --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/content.html @@ -0,0 +1,121 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 4.3 + DDR Configuration 
  + 4.3.4 + Specifying interesting traffic + for DDR 
+ + + + + + +
+

DDR calls are triggered by interesting + traffic. This traffic can be defined as any of the following:

+
    +
  • IP traffic of a particular protocol + type
  • +
  • Packets with a particular source + address or destination
  • +
  • Other criteria as defined by the + network administrator
  • +
+

Use the + dialer-list + command to identify interesting traffic. The command syntax is as + follows:

+
+

Router(config)#dialer-list + dialer-group-num protocol protocol-name + {permit | deny | list access-list-number}

+
+

The + dialer-group-num + is an integer between 1 and 10 that identifies the dialer list to the + router. The command + dialer-list 1 protocol ip permit + will allow all IP traffic to trigger a call. + Instead of + permitting all IP traffic, a dialer list can point to an access list + in order to specify exactly what types of traffic should bring up the + link. The reference to access list 101 in dialer list 2 prevents FTP + and Telnet traffic from activating the DDR link. Any other IP packet is + considered interesting, and will therefore initiate the DDR link.

+

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

+ + Web Links

+
+ +

Configuration Examples

+ + http://www.cisco.com/en/US/tech/tk801/ tk133/tech_configuration_ + examples_list.html

+ +

+

+
+
+
+

      + +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/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_4/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/media.html new file mode 100644 index 0000000..6c176aa --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_4/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3