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/rb.TXT | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Bachelor/CCNA4/CFGs/rb.TXT (limited to 'Bachelor/CCNA4/CFGs/rb.TXT') diff --git a/Bachelor/CCNA4/CFGs/rb.TXT b/Bachelor/CCNA4/CFGs/rb.TXT new file mode 100644 index 0000000..31b1d53 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/rb.TXT @@ -0,0 +1,51 @@ +! +version 12.0 +service timestamps debug uptime +service timestamps log uptime +service password-encryption +! +hostname RB +banner motd #Authorized access only!# +! +! +no ip subnet-zero +no ip domain-lookup +! +! +! +interface Ethernet0 + description e0-lab + ip address 200.1.1.49 255.255.255.240 + no ip directed-broadcast +! +interface Serial0 + description toRC + ip address 200.1.1.65 255.255.255.240 + no ip directed-broadcast + no ip mroute-cache + no fair-queue + clockrate 64000 +! +interface Serial1 + description toRA + ip address 200.1.1.34 255.255.255.240 + no ip address + no ip directed-broadcast + no shutdown + clockrate 64000 +! +ip http server +ip classless +! +! +line con 0 + password 7 0822455D0A16 + logging synchronous + login + transport input none +line aux 0 +line vty 0 4 + password 7 070C285F4D06 + login +! +end \ No newline at end of file -- cgit v1.2.3