Monday, September 1, 2014

OSPF COMMANDS

Implementation Commands:

#router ospf <process ID>

# network 10.0.0.0 0.0.0.3 area 0
# area 0 authentication
# area 0 authentication message-digest
# passive-interface s0/0
# defaul-information originate
# network 0.0.0.0 255.255.255.255 area 2 - "go find any active interfaces and place it into area 2"
# max-lsa 1000 <ignore-count, ignore-time, reset-time, warning-only>
# maximum-paths <1-16>
# auto-cost reference-bandwidth
#area 1 default-cost 10 
#area 1 stub <no-summary>
#redistribute eigrp ASN subnets
#no area 1 stub
#area 1 nssa <no-summary>
#area 2 virtual-link 2.2.2.2 <authentication> <hello-interval>

#int f0/0
#ip ospf authentication null
#ip  ospf authentication
#ip ospf authentication-key <0-7> LINE
#ip ospf authentication message-digest
#ip ospf message-digest-key <1-255> md5 <0-7> LINE 
#ip ospf network <broadcast> <non-broadcast> <point-to-point> <point-to-multipoint>
#ip ospf dead-interval 40
#ip ospf hello-interval 10 
#ip ospf cost 10
#ip ospf 3 area 0
#ip ospf dead-interval minimal hello-multiplier 4
#ip ospf priority 255


Verification Commands:

#debug ip ospf adj
#show ip ospf 
#show ip ospf database
#show ip ospf int f0/0
#show ip ospf neighbor
#show ip int s0/0 (for MTU)
#show ip ospf database router A.B.C.D
#show ip ospf database network A.B.C.D
#show ip ospf database summary A.B.C.D
#show ip ospf database database-summary 
#show ip ospf virtual-link 

No comments:

Post a Comment