summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Ackley <jason@ackley.net>2018-04-24 10:10:06 -0500
committerJason Ackley <jason@ackley.net>2018-04-24 10:10:06 -0500
commitb6f4c3665b773ae0ba95a9a6084392d47779e8fd (patch)
tree96ffe3355aa9c574ce4c7c36b8de55cd7fc84a34 /docs
parentffbc250f019fadabb7fd26b046c2a2e8e235b33c (diff)
Netgear notes updates
Consistency - add a link back to Model-Notes at the bottom Tag a YAML block as YAML for highlighting.
Diffstat (limited to 'docs')
-rw-r--r--docs/Model-Notes/Netgear.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Model-Notes/Netgear.md b/docs/Model-Notes/Netgear.md
index 9bfd094..d82bdcc 100644
--- a/docs/Model-Notes/Netgear.md
+++ b/docs/Model-Notes/Netgear.md
@@ -6,7 +6,7 @@ There are several models available with CLI management via telnet (port 60000),
```
Connected to 192.168.3.201.
-(GS748Tv4)
+(GS748Tv4)
Applying Interface configuration, please wait ...admin
Password:********
(GS748Tv4) >enable
@@ -42,7 +42,7 @@ Configuration for older/newer models: make sure you have defined variable 'enabl
One possible configuration:
- oxidized config
-```
+```yaml
source:
default: csv
csv:
@@ -63,4 +63,6 @@ switchOldFW:netgear:admin:adminpw::60000
switchNewFW:netgear:admin:adminpw:true:60000
```
-[Reference](https://github.com/ytti/oxidized/pull/1268) \ No newline at end of file
+[Reference](https://github.com/ytti/oxidized/pull/1268)
+
+Back to [Model-Notes](README.md)