0% found this document useful (0 votes)
4 views

Cisco R5

Uploaded by

Mohammad Mushtaq
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Cisco R5

Uploaded by

Mohammad Mushtaq
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

en

config t
hostname Haajira_Cisco-R5

int lo0
ip address 5.5.5.5 255.255.255.255
ipv6 address 2023:DB9:96::5/128
no shut
exit

int gi0/2
ip address 10.96.96.1 255.255.255.252
ipv6 address 2023:DB9:96:96::2/126
no shut
exit

ipv6 unicast-routing
ipv6 cef
exit
wr me

------------------------------------------------------------

OSPF

en
config t

int lo0
ip ospf 1 area 96
ipv6 ospf 10 area 96
exit

int gi0/2
ip ospf 1 area 96
ipv6 ospf 10 area 96
exit

router ospf 1
router-id 5.5.5.5
exit

ipv6 router ospf 10


router-id 5.5.5.5
exit

exit
wr me

------------------------------------------------------------
Passive, Bandwidth

en
config t

router ospf 1
passive-interface lo0
auto-cost reference-bandwidth 10000
exit
ipv6 router ospf 10
passive-interface lo0
auto-cost reference-bandwidth 10000
exit

exit
wr me

------------------------------------------------------------

2.3.2.h

en
config t

router ospf 1
area 96 stub no-summary
exit

ipv6 router ospf 10


area 96 stub no-summary
exit

exit
wr me

------------------------------------------------------------
MD5 authentication

debug ip ospf adj

config t

int gi0/2
ip ospf authentication message-digest
ip ospf message-digest-key 96 md5 Haajira
ip ospf hello-interval 5
ip ospf dead-interval 80
exit
exit
wr me

no debug all

debug ipv6 ospf adj

int gi0/2
ipv6 ospf authentication message-digest
ipv6 ospf message-digest-key 96 md5 Haajira
ipv6 ospf hello-interval 5
ipv6 ospf dead-interval 80
exit
exit
wr me
no debug all

------------------------------------------------------------

You might also like