Remove manual attempt at table of contents
mkdocs does this for us, better
This commit is contained in:
parent
62f8fefc88
commit
68c5e5e966
1 changed files with 4 additions and 8 deletions
|
@ -7,11 +7,6 @@ New Juniper EX3300:
|
|||
- jex1.asozial - SpaceMkII network-rack PoE switch
|
||||
- jex2.asozial - SpaceMkII network-rack switch (sometimes off)
|
||||
|
||||
|
||||
Quick links:
|
||||
- <a href="#quickref">#Command quick reference</a>
|
||||
- <a href="#vlans">#VLANs</a>
|
||||
|
||||
## Vendor docs
|
||||
|
||||
Juniper (JunOS) docs cover all or most of their products in one document but there are CLI differences across different product categories and software versions (pre/post ELS) so it can be difficult to find exactly the docs page or incantation you need for a particular product. Reading carefully or if all else fails Google is your friend here.
|
||||
|
@ -34,7 +29,8 @@ SSH just works as you'd expect. Password is in Vault, same for both.
|
|||
|
||||
------
|
||||
|
||||
<h2><a class=anchor name=quickref href=#quickref></a>Command quick reference</h2>
|
||||
## Command quick reference
|
||||
|
||||
Show config
|
||||
|
||||
- `show configuration` (for hierarchical format)
|
||||
|
@ -131,11 +127,11 @@ away. Resp: Begining/end of line and kill/yank (copy/paste).
|
|||
|
||||
There's also TAB completion everywhere. Use it.
|
||||
|
||||
<h3><a class=anchor name=confirmed-commit href=#confirmed-commit></a>Confirmed Commit (auto rollback)</h3>
|
||||
### Confirmed Commit (auto rollback)
|
||||
|
||||
Sometimes a well meaning config change can kill remote access to the switch itself. To prevent that situation we should prefer to use `commit confirmed`. It will rollback changes after a while (10min by default) if the timer is not explicitly cancelled using `conmit check`.
|
||||
|
||||
<h3><a class=anchor name=vlans href=#vlans></a>Switch VLANs</h3>
|
||||
### Switch VLANs
|
||||
|
||||
[Understanding Bridging and VLANs on EX Switches (multicast-l2 JunOS docs)](https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/topic-map/bridging-and-vlans.html)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue