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_3/buttons.html | 109 +++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/content.html | 244 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/index.html | 29 +++ Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/media.html | 21 ++ 4 files changed, 403 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/buttons.html new file mode 100644 index 0000000..e200ef5 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_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/ch3/3_3_3/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/content.html new file mode 100644 index 0000000..8d19ddc --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_3_3/content.html @@ -0,0 +1,244 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 3.3 + + Configuring PPP 
  + 3.3.3 + + Configuring PPP authentication 
+ + + + + + +
+ The procedure outlined in the table describes how to + configure PPP encapsulation and PAP/CHAP authentication protocols. + +

+ Correct configuration is essential, since PAP and CHAP will use these + parameters to authenticate.

+

+ Figure + is an + example of a two-way PAP authentication configuration. Both routers + authenticate and are authenticated, so the PAP authentication commands + mirror each other. The PAP username and password that each router sends + must match those specified with the + + username name password password + command of the other router.

+

+ PAP provides a simple method for a remote node to establish its identity + using a two-way handshake. This is done only upon initial link + establishment. The hostname on one router must match the username the + other router has configured. The passwords must also match. +

+

+ CHAP is used to periodically verify the identity of the remote node + using a 3-way handshake. The hostname on one router must match the + username the other router has configured. The passwords must also match. + This is done upon initial link establishment and can be repeated any + time after the link has been established. +

+

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

+ + + + + Lab Activity

+
+

Lab Exercise: Configuring PPP Authentication

+

In this lab, the + student will configure a serial interface on the Madrid and + Tokyo routers.

+
+

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

+ + + + Lab Activity

+
+

e-Lab Activity: Configuring PPP Authentication

+
+

In this lab, the student will configure a serial + interface on the Madrid and Tokyo routers.

+

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

+ + + + Lab Activity

+
+

e-Lab Activity: + + username name password password

+ +

In this activity, the student will demonstrate how to use the + + username name password password + command.

+ +

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

+ + Web Links

+
+ +

Configuring and Troubleshooting PPP Password Authentication Protocol (PAP)

+ + http://www.cisco.com/en/US/tech/tk713/ + tk507/technologies_tech_ note09186a0080093c6f.shtml

+ + +
+
+

+       +       + +

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