From f1fe3a2161d13cc3103f8d65bc4ab2aff2dfe7b8 Mon Sep 17 00:00:00 2001 From: melenilya Date: Thu, 17 Apr 2025 18:04:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20FINAL/R3.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/R3.txt | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/FINAL/R3.txt b/FINAL/R3.txt index af3a739..66406e3 100644 --- a/FINAL/R3.txt +++ b/FINAL/R3.txt @@ -3,15 +3,55 @@ configure terminal no ip domain-lookup hostname R3 banner motd #Unauthorized access prohibited# + username R2 password 123 username R4 password 456 -int g0/0 +int virtual-template1 ip address 203.0.113.18 255.255.255.248 -no shut -int g0/1 +ip unnumbered g0/0 +ppp authentication chap ms-chap +ip virtual-reassembly +exit +int virtual-template2 +ppp authentication chap ms-chap ip address 203.0.113.25 255.255.255.252 +ip unnumbered g0/1 +ip virtual-reassembly +exit +bba-group pppoe BRANCH1 +virtual-template 1 +sessions max limit 100 +sessions per-mac limit 1 +sessions auto cleanup +exit +bba-group pppoe BRANCH2 +virtual-template 2 +sessions max limit 100 +sessions per-mac limit 1 +sessions auto cleanup +exit +int g0/0 +pppoe enable group BRANCH1 no shut +exit +int g0/1 +pppoe enable group BRANCH2 +no shut +exit +aaa new-model +aaa authentication ppp default local +aaa authorization network default local +aaa attribute list br1 +attribute type addr 203.0.113.17 service ppp protocol ip +exit +aaa attribute list br2 +attribute type addr 203.0.113.26 service ppp protocol ip +exit +username R2 privilege 0 password 123 +username R2 aaa attribute list br1 +username R4 privilege 0 password 456 +username R4 aaa attribute list br2 int g0/2 ip address 203.0.113.1 255.255.255.240 no shut