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/CFGs/RouterC-FrameRelay.txt | 61 ++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt (limited to 'Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt') diff --git a/Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt b/Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt new file mode 100644 index 0000000..9c6fcee --- /dev/null +++ b/Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt @@ -0,0 +1,61 @@ +! +hostname RouterC +! +enable secret 5 $1$Udsj$V4KQZxiI5K0NLUC//9WzC. +! +! +! +! +! +ip subnet-zero +! +! +! +process-max-time 200 +! +interface Ethernet0 + description To-Host + ip address 10.0.2.1 255.255.255.0 + no ip directed-broadcast +! +interface Ethernet1 + no ip address + no ip directed-broadcast + shutdown +! +interface Serial0 + description To-RouterB + no ip address + no ip directed-broadcast + encapsulation frame-relay + no ip mroute-cache + no fair-queue + cdp enable +! +interface Serial0.202 point-to-point + ip address 192.168.1.33 255.255.255.252 + no ip directed-broadcast + frame-relay interface-dlci 202 +! +interface Serial1 + no ip address + no ip directed-broadcast + shutdown +! +ip classless +ip route 10.0.1.0 255.255.255.0 Serial0.202 +no ip http server +! +! +line con 0 + password cisco + logging synchronous + login + transport input none +line aux 0 +line vty 0 4 + password cisco + logging synchronous + login +! +end -- cgit v1.2.3