Configuracion Router Administradoe Ospf

You might also like

You are on page 1of 1

ROUTER PRINCIPAL (ADMINISTRATION)

=================================================
en
conf terminal
ip route 0.0.0.0 0.0.0.0 s0/1/0
ipv6 unicast-routing
ipv6 route ::/0 s0/1/0

router ospf 10
network 10.10.10.0 0.0.0.3 area 0
network 10.10.20.0 0.0.0.3 area 0
router-id 10.20.0.0
do clear ip ospf process
yes
exit

int s0/0/0
bandwidth 128000
int s0/0/1
bandwidth 128000
exit

int s0/0/0
ipv6 ospf 10 area 0

int s0/0/1
ipv6 ospf 10 area 0
exit

Ipv6 router ospf 10


router-id 10.20.0.0
do clear ipv6 ospf process
yes
exit

router ospf 10
auto-cost reference-bandwidth 1000
exit

router ospf 10
default-information originate
exit

ipv6 router ospf 10


default-information originate
exit

ipv6 router ospf 10


auto-cost reference-bandwidth 1000
===========================================

You might also like