summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt')
-rw-r--r--Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt b/Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt
new file mode 100644
index 0000000..2d8ecb5
--- /dev/null
+++ b/Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt
@@ -0,0 +1,43 @@
+configure terminal
+!
+hostname RouterA
+!
+enable secret class
+!
+ip subnet-zero
+!
+no ip domain-lookup
+!
+interface Ethernet0
+ description To-Host
+ ip address 10.0.1.1 255.255.255.0
+ no shutdown
+!
+interface Serial0
+ description To-RouterB
+ encapsulation frame-relay
+! //Wechsel zu Subinterface
+ int s0.101 point-to-point
+ frame-relay interface-dlci 101
+ no shutdown
+ ip address 192.168.1.34 255.255.255.252
+ no shutdown
+!
+ip classless
+ip route 10.0.2.0 255.255.255.0 s0.101
+!
+!
+line con 0
+ password cisco
+ logging synchronous
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password cisco
+ logging synchronous
+ login
+!
+end
+
+! \ No newline at end of file