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/RouterB-FrameRelay.txt | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt (limited to 'Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt') diff --git a/Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt b/Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt new file mode 100644 index 0000000..0329ec8 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt @@ -0,0 +1,55 @@ +! +hostname RouterB +! +enable secret 5 $1$M7VJ$XfBD8V2GmiosYLIcJHCeM. +! +! +! +! +! +ip subnet-zero +! +frame-relay switching +! +! +process-max-time 200 +! +interface Ethernet0 + no ip address + no ip directed-broadcast + shutdown +! +interface Serial0 + no ip address + no ip directed-broadcast + encapsulation frame-relay + no ip mroute-cache + no fair-queue + clockrate 56000 + cdp enable + frame-relay intf-type dce + frame-relay route 101 interface Serial1 202 +! +interface Serial1 + no ip address + no ip directed-broadcast + encapsulation frame-relay + clockrate 56000 + cdp enable + frame-relay intf-type dce + frame-relay route 202 interface Serial0 101 +! +ip classless +no ip http server +! +! +line con 0 + password cisco + login + transport input none +line aux 0 +line vty 0 4 + password cisco + login +! +end -- cgit v1.2.3