vault backup: 2022-04-11 19:04:36

This commit is contained in:
Daniel Bulant 2022-04-11 19:04:36 +02:00
parent c3a392425e
commit d0de315596
2 changed files with 27 additions and 3 deletions

View file

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2022-04-08",
"size": 824062
"date": "2022-04-11",
"size": 824183
}
],
"activityHistory": [
@ -567,6 +567,18 @@
{
"date": "2022-04-08",
"value": 602
},
{
"date": "2022-04-09",
"value": 0
},
{
"date": "2022-04-10",
"value": 0
},
{
"date": "2022-04-11",
"value": 121
}
]
}

View file

@ -22,3 +22,15 @@ Full-duplex nebo half-duplex, pokud nejsou na obou stranách linek stejné tak j
## Auto MDIX
Detekuje křížový či přímý kabel a automaticky nastaví.
## Vlan
`(configure)# vlan 10`
`(configure-vlan)# name something`
`(configure)# interface vlan 99`
`(configure-if)# mode trunk`
`(configure)# interface FastEthernet/0`
`(configure-if)# mode access`
`(configure-if)# access vlan 10`