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/ch3/3_3_2/buttons.html | 109 ++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/content.html | 186 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/index.html | 29 ++++ Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/media.html | 21 +++ 4 files changed, 345 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/buttons.html new file mode 100644 index 0000000..2071ccb --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/content.html new file mode 100644 index 0000000..dd8903b --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_2/content.html @@ -0,0 +1,186 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 3.3 + + Configuring PPP 
  + 3.3.2 + Configuring PPP  
+ + + + + + +
+ + The following example enables PPP encapsulation on + serial interface 0/0:

+ + + Router#configure + terminal
+ Router(config)#interface serial 0/0
+ Router(config-if)#encapsulation ppp

+
+

+ + Point-to-point software compression can be configured on serial + interfaces that use PPP encapsulation. Compression is performed in + software and might significantly affect system performance. + Compression is not recommended if most of the traffic consists of + compressed files.

+

+ To configure compression over PPP, enter + the following commands: +

+

+ + + Router(config)#interface serial 0/0
+ Router(config-if)#encapsulation ppp
+ Router(config-if)#compress [predictor | + stac]

+
+

+ + Enter the following to monitor the data dropped on the link, and avoid + frame looping:

+

+ + + Router(config)#interface serial 0/0
+ Router(config-if)#encapsulation ppp
+ Router(config-if)#ppp + quality percentage

+
+

+ + The following commands perform load balancing across multiple links:

+

+ + + Router(config)#interface serial 0/0
+ Router(config-if)#encapsulation ppp
+ Router(config-if)#ppp + multilink

+
+

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

+ + + + + Lab Activity

+
+

Lab Exercise: Configuring PPP Encapsulation

+

In this lab, the student will + configure a + serial interface on the Washington and Dublin routers with the + PPP protocol.

+
+

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

+ + + + Lab Activity

+
+

e-Lab Activity: Configuring PPP Protocol

+
+

In this lab, the student will configure a serial + interface on the Washington and Dublin routers with the PPP + protocol.

+

+
+

+       +       + +

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