From 8360c3f6b2506cd7b6ef3f54ca4da54e0f285e47 Mon Sep 17 00:00:00 2001
From: Thl CMK <thl-cmk@outlook.com>
Date: Fri, 27 Jan 2023 21:34:55 +0100
Subject: [PATCH] adds default cfg

---
 pnp/configs/DEFAULT.cfg | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 pnp/configs/DEFAULT.cfg

diff --git a/pnp/configs/DEFAULT.cfg b/pnp/configs/DEFAULT.cfg
new file mode 100644
index 0000000..8aab374
--- /dev/null
+++ b/pnp/configs/DEFAULT.cfg
@@ -0,0 +1,32 @@
+version 17.6
+
+aaa new-model
+username admin privilege 15  algorithm-type scrypt secret admin
+
+aaa authentication login default local
+aaa authorization exec default local
+aaa authorization console
+
+crypto key generate rsa modulus 4096 label SSH-KEY
+ip ssh version 2
+ip ssh rsa keypair-name SSH-KEY
+
+interface gi0/0/0
+ no ip dhcp client client-id
+ ip address dhcp
+ no shutdown
+!
+interface vlan 1
+ ip address dhcp
+ no shutdown
+!
+line con 0
+  logging synchronous
+  width 0
+!
+line vty 0 15
+  logging synchronous
+  width 0
+  transport input ssh
+!
+end
-- 
GitLab