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/Computernetze2/CFG/routerx.txt | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Bachelor/Computernetze2/CFG/routerx.txt (limited to 'Bachelor/Computernetze2/CFG/routerx.txt') diff --git a/Bachelor/Computernetze2/CFG/routerx.txt b/Bachelor/Computernetze2/CFG/routerx.txt new file mode 100644 index 0000000..75a32cf --- /dev/null +++ b/Bachelor/Computernetze2/CFG/routerx.txt @@ -0,0 +1,46 @@ +conf t +! +hostname ISP +! +enable secret class +! +! +ip subnet-zero +! +interface ethernet 0 +ip add 10.0.0.1 255.0.0.0 +no shutdown +! +! +interface S0 +ip add 192.168.4.25 255.255.255.252 + clockrate 56000 + no shutdown +! +interface s1 +ip add 192.168.4.21 255.255.255.252 +clockrate 56000 +no shutdown +! +ip classless +ip route 10.0.0.0 255.255.255.0 S0 +no ip http server +! +router rip +network 10.0.0.0 +network 192.168.4.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 + +! \ No newline at end of file -- cgit v1.2.3