La configuration des protocoles de routage est réalisé de la même manière que les interfaces.
Protocole de routage | Description |
bgp | Border gateway protocol |
egp | Exterior gateway protocol |
igrp | Interior gateway protocol |
isis | ISO IS-IS |
iso-igrp | IGRP pour les réseaux OSI |
ospf | Open shortest path first |
rip | Routing information protocol |
static | Static CLNS routing |
password:
ip-int-gw#configure terminal
ip-int-gw(config)#router ospf 303
ip-int-gw(config-router)#network 145.30.6.0
ip-int-gw(config-router)#exit
ip-int-gw(config)#exit
ip-int-gw#