diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/Computernetze2/CFG/westasman01.txt | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Bachelor/Computernetze2/CFG/westasman01.txt')
| -rw-r--r-- | Bachelor/Computernetze2/CFG/westasman01.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Bachelor/Computernetze2/CFG/westasman01.txt b/Bachelor/Computernetze2/CFG/westasman01.txt new file mode 100644 index 0000000..bbcd323 --- /dev/null +++ b/Bachelor/Computernetze2/CFG/westasman01.txt @@ -0,0 +1,41 @@ +conf t
+!
+hostname Westasman
+!
+enable secret class
+no ip domain-lookup
+!
+!
+ip subnet-zero
+
+!
+interface S0
+ip add 172.16.224.2 255.255.255.252
+ clockrate 56000
+ no shutdown
+!
+interface s1
+ip add 172.16.224.6 255.255.255.252
+clockrate 56000
+no shutdown
+!
+ip classless
+no ip http server
+!
+router eigrp 100
+network 172.16.0.0
+!
+line con 0
+ password cisco
+ login
+ transport input none
+ logging synchronous
+ exec-timeout 0 0
+line aux 0
+line vty 0 4
+ password cisco
+ login
+!
+end
+!
+
|
