From 229a0e553c3003502083171fdcf0ea0c23c52b91 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 8 Oct 2020 00:41:41 -0700 Subject: [PATCH] add the first bits of the lab that are installed and functional --- embedlab1.getxt | 7 +++++++ embedlab1.md | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 embedlab1.getxt create mode 100644 embedlab1.md diff --git a/embedlab1.getxt b/embedlab1.getxt new file mode 100644 index 0000000..d2f1620 --- /dev/null +++ b/embedlab1.getxt @@ -0,0 +1,7 @@ +[ Controller ] { label: Controller\n172.30.15.10 } +[ vlan1 ] { label: VLAN 1\n172.30.15.0/24 } +[ router ] { label: Router\n172.30.15.1 } +[ switch ] { label: Switch\n172.30.15.20 } + +[ Controller ] -- [ vlan1 ] -- [ router ] +[ vlan1 ] -- [ switch ] diff --git a/embedlab1.md b/embedlab1.md new file mode 100644 index 0000000..6c9905f --- /dev/null +++ b/embedlab1.md @@ -0,0 +1,20 @@ +Embedded Lab 1 +============== + +This lab is currently located in Oakland, CA. + +Due to limitations, there is no static IPv4 address allocated for the +lab controller. Access is through either port forwarding or an HTTPS +proxy to access it. It will have static IPv6 addresses for use. + +Hardware +-------- + +The PoE switch used is the Netgear GS724TPv2. The firmware used is +v1.1.50.39. The original firmware, v1.1.1.25, did not support the standard +PoE SNMP MIB (RFC 3621). + +There is a bug, [issue #194](https://github.com/net-snmp/net-snmp/issues/194), +in net-snmp which requires using a timeout of 2 seconds for the snmpset +command to complete successfully. If the default timeout is used, the +commands will execute, but net-snmp will report a timeout error.