Add howto router RIP (dynamic routing).
This commit is contained in:
parent
33b8369652
commit
d40f1191c4
@ -15,6 +15,17 @@ enable secret <password>
|
|||||||
username <usuario> privilege 1 password 0 <password>
|
username <usuario> privilege 1 password 0 <password>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Enrutamiento
|
||||||
|
|
||||||
|
### Dinámico
|
||||||
|
|
||||||
|
```
|
||||||
|
router rip
|
||||||
|
version 2
|
||||||
|
no auto-summary
|
||||||
|
network <ip-net>
|
||||||
|
```
|
||||||
|
|
||||||
## VLANs
|
## VLANs
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user