[j-nsp] Default Information Originate

James Cornman james at crnc.net
Mon Oct 30 14:34:47 EST 2006


Assuming you have a default route, even to discard I believe, you should
be able to 'export' this into OSPF. This was changed from my fully working
config, but it should atleast lead you in the right direction.

routing-options {
  static {
    route 0.0.0.0/0 {
        discard;
        preference 240;
    }
  }
}
policy-options {
  policy-statement default-originate {
    from {
      route-filter 0.0.0.0/0 exact;
    }
    then accept;
  }
}
protocols {
  ospf {
    export default-originate;
  }
}


YMMV ofcourse.

On Mon, 30 Oct 2006, Brendan Mannella wrote:

| Hello, I am in the process of converting my cisco config into a juniper
| config. Can some assist me with this.
|
|
|
| Cisco Config
|
| ----------------------
|
|
|
| router ospf 10
|
|  log-adjacency-changes
|
|  network X.X.X.X 0.0.7.255 area 0

|
|  default-information originate always
|
|
|
| Juniper Config
|
| --------------------------------
|
| ospf {
|
|         area 0.0.0.0 {
|
|             authentication-type md5;
|
|             interface fe-0/0/0.0 {
|
|                 authentication {
|
|                     md5 0 key "key is in here"; ## SECRET-DATA
|
|                 }
|
|
|
| The config looks like it would work, but I couldn’t find where the “default
| information originate always” command is in JUNOS. Anyone have any ideas?
|
|
|
| Thanks,
|
|
|
| Brendan
|
|
| --
| No virus found in this outgoing message.
| Checked by AVG Free Edition.
| Version: 7.1.408 / Virus Database: 268.13.13/500 - Release Date: 10/26/2006
|
| _______________________________________________
| juniper-nsp mailing list juniper-nsp at puck.nether.net
| https://puck.nether.net/mailman/listinfo/juniper-nsp
|

-- 
James Cornman <james at crnc.net>
CRNC - http://www.crnc.net
(v) 973-842-2300 x 101
(f) 973-842-2299





More information about the juniper-nsp mailing list