mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
vault backup: 2022-11-17 19:53:25
This commit is contained in:
parent
a5e413a59e
commit
0e08cb052f
10 changed files with 49 additions and 5 deletions
|
|
@ -12,8 +12,8 @@
|
|||
"checkpointList": [
|
||||
{
|
||||
"path": "/",
|
||||
"date": "2022-11-16",
|
||||
"size": 923411
|
||||
"date": "2022-11-17",
|
||||
"size": 923730
|
||||
}
|
||||
],
|
||||
"activityHistory": [
|
||||
|
|
@ -907,6 +907,10 @@
|
|||
{
|
||||
"date": "2022-11-16",
|
||||
"value": 1391
|
||||
},
|
||||
{
|
||||
"date": "2022-11-17",
|
||||
"value": 319
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -150,6 +150,14 @@
|
|||
"lastUpdated": 1668593600090
|
||||
}
|
||||
}
|
||||
},
|
||||
"Switch": {
|
||||
"Switch": {
|
||||
"internalLink": {
|
||||
"count": 2,
|
||||
"lastUpdated": 1668705021872
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
notes/.obsidian/workspace.json
vendored
23
notes/.obsidian/workspace.json
vendored
|
|
@ -14,8 +14,21 @@
|
|||
"type": "graph",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "2eab84a53c70a8c5",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "psi/vlan.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
|
@ -73,6 +86,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "psi/vlan.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
|
@ -89,6 +103,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "psi/vlan.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
|
@ -134,7 +149,9 @@
|
|||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {}
|
||||
"state": {
|
||||
"file": "psi/vlan.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -185,7 +202,7 @@
|
|||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "4d13807c1cbcce1e",
|
||||
"active": "2eab84a53c70a8c5",
|
||||
"lastOpenFiles": [
|
||||
"dej/quiz/Test 16.3..md",
|
||||
"dej/quiz/23.3..md",
|
||||
|
|
|
|||
BIN
notes/data/Pasted image 20221117180120.png
Normal file
BIN
notes/data/Pasted image 20221117180120.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 386 KiB |
BIN
notes/data/Pasted image 20221117180516.png
Normal file
BIN
notes/data/Pasted image 20221117180516.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 438 KiB |
BIN
notes/data/Pasted image 20221117181025.png
Normal file
BIN
notes/data/Pasted image 20221117181025.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 387 KiB |
BIN
notes/data/Pasted image 20221117181426.png
Normal file
BIN
notes/data/Pasted image 20221117181426.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
BIN
notes/data/Pasted image 20221117181430.png
Normal file
BIN
notes/data/Pasted image 20221117181430.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
|
|
@ -17,6 +17,7 @@ imagePrefix: 'data/'
|
|||
- [[psi/IPv6|IPv6]]
|
||||
- [[psi/Sítě|Sítě]]
|
||||
- [[psi/Switch|Switch]]
|
||||
- [[psi/vlan|vlan]]
|
||||
- [[psi/Základní konfigurace|Základní konfigurace]]
|
||||
- [[psi/Základy komunikace|Základy komunikace]]
|
||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||
|
|
|
|||
14
notes/psi/vlan.md
Normal file
14
notes/psi/vlan.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# vlan
|
||||
|
||||

|
||||
## Switch
|
||||

|
||||
|
||||
### L3 [Switch](Switch.md)
|
||||

|
||||
|
||||
## Router
|
||||

|
||||
`interface INTERFACE_ID SUBINTERFACE_ID`
|
||||
|
||||
`encapsulation dot1q ID [native]`
|
||||
Loading…
Reference in a new issue