vault backup: 2022-12-08 21:37:48

This commit is contained in:
Daniel Bulant 2022-12-08 21:37:48 +01:00
parent b9f781d71f
commit c257ec0a98
6 changed files with 33 additions and 19 deletions

View file

@ -12,8 +12,8 @@
"checkpointList": [ "checkpointList": [
{ {
"path": "/", "path": "/",
"date": "2022-12-07", "date": "2022-12-08",
"size": 951747 "size": 935160
} }
], ],
"activityHistory": [ "activityHistory": [
@ -959,6 +959,10 @@
{ {
"date": "2022-12-07", "date": "2022-12-07",
"value": 17877 "value": 17877
},
{
"date": "2022-12-08",
"value": 17663
} }
] ]
} }

View file

@ -4,16 +4,16 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "2c0a53a26a140c14", "id": "cf371c90f6aec102",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "f7d9932211c6b72c", "id": "bdcb0a1ff6ac1ed9",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "mat/Funkce/Logaritmus.md", "file": "cjl/literatura/slohy/Klasicismus/del Art.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -77,7 +77,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "mat/Funkce/Logaritmus.md", "file": "cjl/literatura/slohy/Klasicismus/del Art.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -94,7 +94,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "mat/Funkce/Logaritmus.md", "file": "cjl/literatura/slohy/Klasicismus/del Art.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -141,7 +141,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "mat/Funkce/Logaritmus.md" "file": "cjl/literatura/slohy/Klasicismus/del Art.md"
} }
} }
}, },
@ -201,17 +201,17 @@
"width": 300, "width": 300,
"collapsed": true "collapsed": true
}, },
"active": "f7d9932211c6b72c", "active": "bdcb0a1ff6ac1ed9",
"lastOpenFiles": [ "lastOpenFiles": [
"conflict-files-obsidian-git.md", "cjl/literatura/slohy/Klasicismus/Empír.md",
"mat/Funkce/Logaritmus.md", "cjl/literatura/slohy/Klasicismus/Hudba.md",
"mat/mat.md", "cjl/literatura/slohy/Klasicismus/Klasicismus.md",
"dej/dej.md", "cjl/literatura/slohy/Klasicismus/Osvícenství.md",
"dej/moderní/komunismus/Brutalismus.md", "cjl/literatura/slohy/Klasicismus/Klasicismus a osvícení.md",
"dej/moderní/komunismus/České století, Všechnu moc lidu Stalinovi.md", "psi/psi.md",
"fyz/fyz.md", "Untitled.md",
"fyz/Mechanika tekutin/Termodynamika/Termodynamická teplota.md", "psi/CCNA2/Port security.md",
"fyz/Mechanika tekutin/Termodynamika/Termodynamika.md", "psi/CCNA2/CCNA2.md",
"fyz/Mechanika tekutin/Proudění/Rozdělení.md" "ech/ech.md"
] ]
} }

1
notes/Untitled.md Normal file
View file

@ -0,0 +1 @@
# Untitled

View file

@ -22,4 +22,5 @@
- [[README|README]] - [[README|README]]
- [[tek/tek|tek]] - [[tek/tek|tek]]
- [[učitelé/učitelé|učitelé]] - [[učitelé/učitelé|učitelé]]
- [[Untitled|Untitled]]
%% Zoottelkeeper: End of the autogenerated index file list %% %% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -1,6 +1,8 @@
# CCNA2
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[psi/CCNA2/DHCP|DHCP]] - [[psi/CCNA2/DHCP|DHCP]]
- [[psi/CCNA2/EtherChannel|EtherChannel]] - [[psi/CCNA2/EtherChannel|EtherChannel]]
- [[psi/CCNA2/Port security|Port security]]
- [[psi/CCNA2/Spanning Tree Protocol|Spanning Tree Protocol]] - [[psi/CCNA2/Spanning Tree Protocol|Spanning Tree Protocol]]
- [[psi/CCNA2/vlan|vlan]] - [[psi/CCNA2/vlan|vlan]]
%% Zoottelkeeper: End of the autogenerated index file list %% %% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -0,0 +1,6 @@
# Port security
`encapsulation dot1q` - router on a stick, použije router na routování vlan, funguje jako trunk
`(config-if-range)# switchport port-security maximum 1` nastaví maximum adres na 1.
`switchport port-security violation restrict` omezí počet portů (ignoruje zařízení nad povolený limit).
`switchport port-security aging time 60` nastaví délku omezení při porušení pravidla na 60 minut.
`show port-security interface fastEthernet 0/1` zobrazí status port security.