[f-nsp] How to convert Junos policy to Brocade.

Jared Valentine hidden at xmission.com
Mon Nov 8 19:56:57 EST 2010


router bgp
  default-information-originate

Should make your NetIrons advertise default route into BGP.  

Hope that helps.

-Jared


-----Original Message-----
From: foundry-nsp-bounces at puck.nether.net
[mailto:foundry-nsp-bounces at puck.nether.net] On Behalf Of Brendan Mannella
Sent: Wednesday, November 03, 2010 10:45 PM
To: foundry-nsp at puck.nether.net
Subject: [f-nsp] How to convert Junos policy to Brocade.

We just purchased a couple MLXe's (XMR) to replace some legacy Juniper
gear. Can someone give me a config example to replicate the following
IBGP export policy? I think i figured out how do do the direct and
connected routes by adding the redistribute connected and redistribute
static to the bgp config. Trying to figure out how to export the
default route.

policy-statement BGP-AGSW-export-1 {
        term direct {
            from protocol direct;
            then {
                community add comm-internal;
                next policy;
            }
        }
        term static {
            from protocol static;
            then {
                community add comm-internal;
                next policy;
            }
        }
        term internal {
            from community comm-internal;
            then next policy;
        }
        term _DEFAULT_ROUTE {
            from {
                route-filter 0.0.0.0/0 exact;
            }
            then next policy;
        }
        then reject;
_______________________________________________
foundry-nsp mailing list
foundry-nsp at puck.nether.net
http://puck.nether.net/mailman/listinfo/foundry-nsp




More information about the foundry-nsp mailing list