Ospf
gurutobe
Member Posts: 10 ■□□□□□□□□□
in CCNA & CCENT
I have question on OSPF.
I was advertising a network like:
RA<config-router>#network 192.168.1.1 0.0.0.255 area 0
RA<config-router>#network 10.0.0.0
After reaching that point I realized that I have made a mistake on the first advertisement and I was supposed to type 192.168.1.0 0.0.0.255 area 0. I need to know how to remove that first setting of 192.168.1.1 0.0.0.255 area 0.
I will appreciate your help,
Martin
I was advertising a network like:
RA<config-router>#network 192.168.1.1 0.0.0.255 area 0
RA<config-router>#network 10.0.0.0
After reaching that point I realized that I have made a mistake on the first advertisement and I was supposed to type 192.168.1.0 0.0.0.255 area 0. I need to know how to remove that first setting of 192.168.1.1 0.0.0.255 area 0.
I will appreciate your help,
Martin
Comments
-
Roguetadhg Member Posts: 2,489 ■■■■■■■■□□I have question on OSPF.
I was advertising a network like:
RA<config-router>#network 192.168.1.1 0.0.0.255 area 0
RA<config-router>#network 10.0.0.0
After reaching that point I realized that I have made a mistake on the first advertisement and I was supposed to type 192.168.1.0 0.0.0.255 area 0. I need to know how to remove that first setting of 192.168.1.1 0.0.0.255 area 0.
I will appreciate your help,
Martin
RA<config-router>#network 192.168.1.1 0.0.0.255 area 0
RA<config-router>#no network 192.168.1.1 0.0.0.255 area 0
In order to succeed, your desire for success should be greater than your fear of failure.
TE Threads: How to study for the CCENT/CCNA, Introduction to Cisco Exams -
Roguetadhg Member Posts: 2,489 ■■■■■■■■□□Thank you for you quick reply. This forum is really helpful.
It was only quick because I was doing traffic shaping and watching wireshark and my pings on GNS3 :PIn order to succeed, your desire for success should be greater than your fear of failure.
TE Threads: How to study for the CCENT/CCNA, Introduction to Cisco Exams -
networker050184 Mod Posts: 11,962 Mod192.168.1.0 0.0.0.255 and 192.168.1.1 0.0.0.255 are the same thing.
In other words the router is going to change it for you anyway. No need to remove the command.An expert is a man who has made all the mistakes which can be made. -
CodeBlox Member Posts: 1,363 ■■■■□□□□□□Yeah, think of the last octets "set bits" as "don't care bits". It doesn't matter what they are. They won't be compared to the "template" << thats what I call itCurrently reading: Network Warrior, Unix Network Programming by Richard Stevens