Options

Ospf

gurutobegurutobe Member Posts: 10 ■□□□□□□□□□
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

Comments

  • Options
    RoguetadhgRoguetadhg Member Posts: 2,489 ■■■■■■■■□□
    gurutobe wrote: »
    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

  • Options
    gurutobegurutobe Member Posts: 10 ■□□□□□□□□□
    Thank you for you quick reply. This forum is really helpful.
  • Options
    RoguetadhgRoguetadhg Member Posts: 2,489 ■■■■■■■■□□
    gurutobe wrote: »
    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 :P
    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

  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    192.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.
  • Options
    CodeBloxCodeBlox 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 it :D
    Currently reading: Network Warrior, Unix Network Programming by Richard Stevens
Sign In or Register to comment.