summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/Netgear.md
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2018-04-24 23:45:10 +0300
committerGitHub <noreply@github.com>2018-04-24 23:45:10 +0300
commitf7175a0c276a9e71e0af5b8a730865efa702bdaa (patch)
tree11bbc0b8675586967672e61803e7a76b781973ce /docs/Model-Notes/Netgear.md
parentffd4cc1569df3a9ad5c1ac453861544762ac4853 (diff)
parentcdcecd48fd05fecd656f384d074bd06406ac2690 (diff)
Merge pull request #1303 from jsynack/misc-docfixes
Misc docfixes
Diffstat (limited to 'docs/Model-Notes/Netgear.md')
-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)