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_3/buttons.html | 109 ++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/content.html | 125 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/index.html | 29 +++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/media.html | 21 ++++ 4 files changed, 284 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/buttons.html new file mode 100644 index 0000000..8752858 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/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_3/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/content.html new file mode 100644 index 0000000..34622da --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_3/content.html @@ -0,0 +1,125 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 4.3 + DDR Configuration 
  + 4.3.3 + Defining static routes for DDR 
+ + + + + + +
+ To forward traffic, routers need to know + what route to use for a given destination. When a dynamic routing + protocol is used, the DDR interface will dial the remote site for + every routing update or hello message if these packets are defined as + interesting traffic. To prevent the frequent or constant activation of + the DDR link necessary to support dynamic routing protocols, configure + the necessary routes statically. +

To configure a static route for IP use + the following command:

+
+

Router(config)#ip route + net-prefix mask {address | interface} [distance] + [permanent]

+
+

The Central router has a static route + to network 10.40.0.0 on the Home router. + The Home + router has two static routes defined for the two subnets on the + Central LAN. If the network attached to the Home router is a stub + network, then all non-local traffic should be sent to Central. A + default route is a better choice for the Home router in this instance.

+
+

Home(config)#ip route + 0.0.0.0 0.0.0.0 10.1.0.2

+
+

When configuring static routes, + consider the following:

+
    +
  • By default, a static route will take + precedence over a dynamic route because of its lower administrative + distance. Without additional configuration, a dynamic route to a + network will be ignored if a static route is present in the routing + table for the same network.
  • +
  • To reduce the number of static route + entries, define a summarized or default static route.
  • +
+

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

+ + Web Links

+
+ +

Evaluating Backup Interfaces, Floating Static Routes, and Dialer Watch for DDR Backup

+ + http://www.cisco.com/en/US/tech/ + tk801/tk133/technologies_tech_ note09186a008009457d.shtml

+ +

+

+
+
+

+       +  

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