/* * I2J Version: 10.1R2 / 7/19/2011 * Parse Date: Fri Jan 17 02:45:56 PST 2014 * Error Lines: 10 * Warning Lines: 0 * Information Lines: 0 * * NOTE: This config is NOT PERFECT. It must be carefully * examined to ensure correctness. */ routing-options { autonomous-system 24071; } protocols { bgp { path-selection cisco-non-deterministic; group group-1 { type external; neighbor 192.168.150.2 { export bgp-policies-group-1-1-export; import bgp-policies-group-1-1-import; peer-as 7707; } } group group-2 { type external; neighbor 202.57.110.122 { export bgp-policies-group-2-1-export; peer-as 24095; } } } } policy-options { as-path path-7-accept "7707 9299"; community all members "*:*"; policy-statement ap-7 { term accept-term { from as-path path-7-accept; then accept; } term ios-implicit-deny { then reject; } } policy-statement bgp-policies-group-1-1-export { /* IOS defaults to NOT sending communities, unlike JUNOS */ term strip-communities { then { community delete all; next term; } } term explicit-default-action { then next policy; } } policy-statement bgp-policies-group-1-1-import { term term-1 { from policy ( ! rm-HIX ); then reject; } term explicit-default-action { then next policy; } } policy-statement bgp-policies-group-2-1-export { term term-1 { from policy ( ! rm-LINE4 ); then reject; } /* IOS defaults to NOT sending communities, unlike JUNOS */ term strip-communities { then { community delete all; next term; } } term explicit-default-action { then next policy; } } policy-statement pl-LINE4 { term term-1 { from route-filter 125.5.17.0/24 exact; then accept; } term ios-implicit-deny { then reject; } } policy-statement rm-HIX { term term-1 { from policy ap-7; then accept; } term ios-implicit-deny { then reject; } } policy-statement rm-LINE4 { term ios-implicit-deny { then reject; } } } FPC / PIC / Port numbers MUST ALWAYS be changed to match your Juniper Networks hardware. 2:neighbor 202.57.110.122 remote-as 24095 Line not yet supported by I2J 3:neighbor 202.57.110.122 soft-reconfiguration inbound Line not yet supported by I2J 4:neighbor 202.57.110.122 route-map LINE4 out Line not yet supported by I2J 6:neighbor 192.168.150.2 remote-as 7707 Line not yet supported by I2J 7:neighbor 192.168.150.2 soft-reconfiguration inbound Line not yet supported by I2J 8:neighbor192.168.150.2 route-map LINE4 out Line not yet supported by I2J 9:neighbor 192.168.150.2 route-map HIX in Line not yet supported by I2J 11:route-map LINE4 Line not yet supported by I2J 12: match ip address prefix-list LINE4 Line not yet supported by I2J 17: match as-path 7 Line not yet supported by I2J