/* * I2J Version: 10.1R2 / 7/19/2011 * Parse Date: Fri Jan 17 02:44:09 PST 2014 * Error Lines: 2 * Warning Lines: 0 * Information Lines: 0 * * NOTE: This config is NOT PERFECT. It must be carefully * examined to ensure correctness. */ routing-options { autonomous-system 7707; static { route 198.32.172.140/32 { next-hop 198.32.172.151; resolve; } } } protocols { bgp { path-selection cisco-non-deterministic; group group-1 { type external; neighbor 192.168.150.1 { export bgp-policies-group-1-1-export; peer-as 24071; } } group group-2 { type internal; neighbor 198.32.172.140 { export bgp-policies-group-2-1-export; peer-as 7707; } } } } policy-options { community all members "*:*"; policy-statement bgp-policies-group-1-1-export { term strip-communities { then { community delete all; next term; } } term explicit-default-action { then next policy; } } policy-statement bgp-policies-group-2-1-export { term strip-communities { then { community delete all; next term; } } term explicit-default-action { then next policy; } } } FPC / PIC / Port numbers MUST ALWAYS be changed to match your Juniper Networks hardware. 1:ip route 198.32.172.140 255.255.255.255 198.32.172.151 2: 3: 4:router bgp 7707 5:neighbor 198.32.172.140 remote-as 7707 Line not yet supported by I2J 6:neighbor 192.168.150.1 remote-as 24071 Line not yet supported by I2J