configurar_ruta_estatica
Adds a static route to a Cisco router by specifying the router, destination network, mask, and next-hop to generate the ip route command.
Instructions
Agrega una ruta estática a un router Cisco.
Ejemplo: configurar_ruta_estatica('R1', '10.0.0.0', '255.0.0.0', '192.168.1.2') Genera: ip route 10.0.0.0 255.0.0.0 192.168.1.2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| router | Yes | ||
| mascara | Yes | ||
| nexthop | Yes | ||
| red_destino | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |