<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Convert Cisco BGP configuration to XOS in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20215#M1173</link>
    <description>configure bgp neighbor &lt;ADDRESS&gt; soft-reset in&lt;BR /&gt;
&lt;BR /&gt;
If both the local BGP neighbor and the neighbor router support the route refresh capability&lt;BR /&gt;
(ExtremeWare does not support this feature), a dynamic soft input reset can be performed. The&lt;BR /&gt;
configure bgp neighbor soft-reset command triggers the generation of a Route-Refresh message to the neighbor. As a response to the Route-Refresh message, the neighbor sends the entire BGP routing table in updates and the switch applies the appropriate routing policy to the updates.&lt;BR /&gt;
&lt;BR /&gt;&lt;/ADDRESS&gt;</description>
    <pubDate>Tue, 15 Apr 2014 14:37:00 GMT</pubDate>
    <dc:creator>Sathish_Arul</dc:creator>
    <dc:date>2014-04-15T14:37:00Z</dc:date>
    <item>
      <title>Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20205#M1163</link>
      <description>I am tring to replace existing Cisco router to XOS switch. Can anyone help to convert following Cisco configuration to XoS switch?&lt;BR /&gt;
&lt;BR /&gt;
router bgp 65522&lt;BR /&gt;
 no synchronization&lt;BR /&gt;
 bgp log-neighbor-changes&lt;BR /&gt;
 network 61.57.208.0 mask 255.255.255.0&lt;BR /&gt;
 network 61.57.209.0 mask 255.255.255.0&lt;BR /&gt;
 network 61.57.210.0 mask 255.255.255.0&lt;BR /&gt;
 network 61.57.211.0 mask 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
 neighbor 192.72.113.121 remote-as 4780&lt;BR /&gt;
 neighbor 192.72.113.121 send-community&lt;BR /&gt;
 neighbor 192.72.113.121 soft-reconfiguration inbound&lt;BR /&gt;
 neighbor 192.72.113.121 route-map AS4780_IN in&lt;BR /&gt;
 neighbor 192.72.113.121 route-map AS4780_OUT_01 out&lt;BR /&gt;
 neighbor 192.72.113.121 password 7 0902573B18501E3639343625&lt;BR /&gt;
&lt;BR /&gt;
 neighbor 192.72.113.125 remote-as 4780&lt;BR /&gt;
 neighbor 192.72.113.125 send-community&lt;BR /&gt;
 neighbor 192.72.113.125 soft-reconfiguration inbound&lt;BR /&gt;
 neighbor 192.72.113.125 route-map AS4780_IN in&lt;BR /&gt;
 neighbor 192.72.113.125 route-map AS4780_OUT_02 out&lt;BR /&gt;
 neighbor 192.72.113.125 password 7 02481D690A5306057E763B16&lt;BR /&gt;
&lt;BR /&gt;
 neighbor 192.72.113.129 remote-as 4780&lt;BR /&gt;
 neighbor 192.72.113.129 send-community&lt;BR /&gt;
 neighbor 192.72.113.129 soft-reconfiguration inbound&lt;BR /&gt;
 neighbor 192.72.113.129 route-map AS4780_IN in&lt;BR /&gt;
 neighbor 192.72.113.129 route-map AS4780_OUT_03 out&lt;BR /&gt;
 neighbor 192.72.113.129 password 7 05451F3D2019472D2B3D251D&lt;BR /&gt;
&lt;BR /&gt;
 neighbor 192.72.113.133 remote-as 4780&lt;BR /&gt;
 neighbor 192.72.113.133 send-community&lt;BR /&gt;
 neighbor 192.72.113.133 soft-reconfiguration inbound&lt;BR /&gt;
 neighbor 192.72.113.133 route-map AS4780_IN in&lt;BR /&gt;
 neighbor 192.72.113.133 route-map AS4780_OUT_04 out&lt;BR /&gt;
 neighbor 192.72.113.133 password 7 034A4239075A28687C312B0A&lt;BR /&gt;
&lt;BR /&gt;
 maximum-paths 4&lt;BR /&gt;
 no auto-summary&lt;BR /&gt;
!&lt;BR /&gt;
ip route 61.57.208.0 255.255.255.0 Null0 254 &lt;BR /&gt;
ip route 61.57.209.0 255.255.255.0 Null0 254&lt;BR /&gt;
ip route 61.57.210.0 255.255.255.0 Null0 254&lt;BR /&gt;
ip route 61.57.211.0 255.255.255.0 Null0 254&lt;BR /&gt;
ip bgp-community new-format&lt;BR /&gt;
!&lt;BR /&gt;
ip prefix-list bogons seq 5 permit 0.0.0.0/8 le 32&lt;BR /&gt;
ip prefix-list bogons seq 10 permit 10.0.0.0/8 le 32&lt;BR /&gt;
ip prefix-list bogons seq 15 permit 127.0.0.0/8 le 32&lt;BR /&gt;
ip prefix-list bogons seq 20 permit 169.254.0.0/16 le 32&lt;BR /&gt;
ip prefix-list bogons seq 25 permit 172.16.0.0/12 le 32&lt;BR /&gt;
ip prefix-list bogons seq 30 permit 192.0.2.0/24 le 32&lt;BR /&gt;
ip prefix-list bogons seq 35 permit 192.168.0.0/16 le 32&lt;BR /&gt;
ip prefix-list bogons seq 40 permit 224.0.0.0/3 le 32&lt;BR /&gt;
ip prefix-list bogons seq 45 permit 0.0.0.0/0 ge 25&lt;BR /&gt;
!&lt;BR /&gt;
ip prefix-list default_route seq 5 permit 0.0.0.0/0&lt;BR /&gt;
!&lt;BR /&gt;
ip prefix-list perfer_4780_01 seq 5 permit 61.57.208.0/24&lt;BR /&gt;
!&lt;BR /&gt;
ip prefix-list perfer_4780_02 seq 5 permit 61.57.209.0/24&lt;BR /&gt;
!&lt;BR /&gt;
ip prefix-list perfer_4780_03 seq 5 permit 61.57.210.0/24&lt;BR /&gt;
!&lt;BR /&gt;
ip prefix-list perfer_4780_04 seq 5 permit 61.57.211.0/24&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_IN deny 10&lt;BR /&gt;
 match ip address prefix-list bogons&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_IN permit 20&lt;BR /&gt;
 match ip address prefix-list default_route&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_04 deny 5&lt;BR /&gt;
 match ip address prefix-list bogons&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_04 permit 10&lt;BR /&gt;
 match ip address prefix-list perfer_4780_01&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_04 permit 20&lt;BR /&gt;
 match ip address prefix-list perfer_4780_02&lt;BR /&gt;
 set community 65522:200&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_04 permit 30&lt;BR /&gt;
 match ip address prefix-list perfer_4780_03&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_04 permit 40&lt;BR /&gt;
 match ip address prefix-list perfer_4780_04&lt;BR /&gt;
 set community 65522:300&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_03 deny 5&lt;BR /&gt;
 match ip address prefix-list bogons&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_03 permit 10&lt;BR /&gt;
 match ip address prefix-list perfer_4780_01&lt;BR /&gt;
 set community 65522:200&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_03 permit 20&lt;BR /&gt;
 match ip address prefix-list perfer_4780_02&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_03 permit 30&lt;BR /&gt;
 match ip address prefix-list perfer_4780_03&lt;BR /&gt;
 set community 65522:300&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_03 permit 40&lt;BR /&gt;
 match ip address prefix-list perfer_4780_04&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_02 deny 5&lt;BR /&gt;
 match ip address prefix-list bogons&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_02 permit 10&lt;BR /&gt;
 match ip address prefix-list perfer_4780_01&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_02 permit 20&lt;BR /&gt;
 match ip address prefix-list perfer_4780_02&lt;BR /&gt;
 set community 65522:300&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_02 permit 30&lt;BR /&gt;
 match ip address prefix-list perfer_4780_03&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_02 permit 40&lt;BR /&gt;
 match ip address prefix-list perfer_4780_04&lt;BR /&gt;
 set community 65522:200&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_01 deny 5&lt;BR /&gt;
 match ip address prefix-list bogons&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_01 permit 10&lt;BR /&gt;
 match ip address prefix-list perfer_4780_01&lt;BR /&gt;
 set community 65522:300&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_01 permit 20&lt;BR /&gt;
 match ip address prefix-list perfer_4780_02&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_01 permit 30&lt;BR /&gt;
 match ip address prefix-list perfer_4780_03&lt;BR /&gt;
 set community 65522:200&lt;BR /&gt;
!&lt;BR /&gt;
route-map AS4780_OUT_01 permit 40&lt;BR /&gt;
 match ip address prefix-list perfer_4780_04&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20205#M1163</guid>
      <dc:creator>r_____________9</dc:creator>
      <dc:date>2014-03-26T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20206#M1164</link>
      <description>Once I get time I will try to convert this config.</description>
      <pubDate>Wed, 26 Mar 2014 21:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20206#M1164</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-03-26T21:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20207#M1165</link>
      <description>configure bgp AS-number 65522&lt;BR /&gt;
configure bgp add network 61.57.208.0/24&lt;BR /&gt;
configure bgp add network 61.57.209.0/24&lt;BR /&gt;
configure bgp add network 61.57.210.0/24&lt;BR /&gt;
configure bgp add network 61.57.211.0/24&lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.121 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 send-community both&lt;BR /&gt;
configure bgp soft-reconfiguration&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 route-policy out AS4780_OUT_01&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 password encrypted &lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.125 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 send-community both&lt;BR /&gt;
configure bgp soft-reconfiguration&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 route-policy out AS4780_OUT_02&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 password encrypted &lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.129 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 send-community both&lt;BR /&gt;
configure bgp soft-reconfiguration&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 route-policy out AS4780_OUT_03&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 password encrypted &lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.133 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 send-community both&lt;BR /&gt;
configure bgp soft-reconfiguration&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 route-policy out AS4780_OUT_04&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 password encrypted &lt;BR /&gt;
&lt;BR /&gt;
configure bgp maximum-paths 4&lt;BR /&gt;
&lt;BR /&gt;
configure iproute add blackhole 61.57.208.0/24&lt;BR /&gt;
configure iproute add blackhole 61.57.208.0/24&lt;BR /&gt;
configure iproute add blackhole 61.57.208.0/24&lt;BR /&gt;
configure iproute add blackhole 61.57.208.0/24&lt;BR /&gt;
&lt;BR /&gt;
enable bgp community format AS-number:number&lt;BR /&gt;
 enable bgp neighbor all&lt;BR /&gt;
 enbale bgp&lt;BR /&gt;
----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
You can create the policy and specify the prefixes in that policy.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20207#M1165</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-03-27T12:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20208#M1166</link>
      <description>This is how it looks in Extreme Exos&lt;BR /&gt;
&lt;BR /&gt;
configure bgp AS-number 65522&lt;BR /&gt;
&lt;BR /&gt;
configure bgp add network 61.57.208.0/24&lt;BR /&gt;
configure bgp add network 61.57.209.0/24&lt;BR /&gt;
configure bgp add network 61.57.210.0/24&lt;BR /&gt;
configure bgp add network 61.57.211.0/24&lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.121 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 send-community&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 soft-reset in&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 route-policy out AS4780_OUT_01&lt;BR /&gt;
configure bgp neighbor 192.72.113.121 password ABCDEF&lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.125 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 send-community&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 soft-reset in&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 route-policy out AS4780_OUT_02&lt;BR /&gt;
configure bgp neighbor 192.72.113.125 password ABCDEF&lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.129 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 send-community&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 soft-reset in&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 route-policy out AS4780_OUT_03&lt;BR /&gt;
configure bgp neighbor 192.72.113.129 password ABCDEF&lt;BR /&gt;
&lt;BR /&gt;
create bgp neighbor 192.72.113.133 remote-AS-number 4780&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 send-community&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 soft-reset in&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 route-policy in AS4780_IN&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 route-policy out AS4780_OUT_04&lt;BR /&gt;
configure bgp neighbor 192.72.113.133 password ABCDEF&lt;BR /&gt;
&lt;BR /&gt;
configure bgp maximum-paths 4&lt;BR /&gt;
disable bgp aggregation&lt;BR /&gt;
enable bgp neighbor all&lt;BR /&gt;
enable bgp&lt;BR /&gt;
&lt;BR /&gt;
config iproute add blackhole 61.57.208.0/24&lt;BR /&gt;
config iproute add blackhole 61.57.209.0/24 &lt;BR /&gt;
config iproute add blackhole 61.57.210.0/24 &lt;BR /&gt;
config iproute add blackhole 61.57.211.0/24 &lt;BR /&gt;
enable bgp community format AS-number : number&lt;BR /&gt;
&lt;BR /&gt;
edit policy AS4780_IN&lt;BR /&gt;
entry bogons1 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 0.0.0.0/8;&lt;BR /&gt;
nlri 10.0.0.0/8;&lt;BR /&gt;
nlri 127.0.0.0/8;&lt;BR /&gt;
nlri 169.254.0.0/16;&lt;BR /&gt;
nlri 172.16.0.0/12;&lt;BR /&gt;
nlri 192.0.2.0/24;&lt;BR /&gt;
nlri 192.168.0.0/16;&lt;BR /&gt;
nlri 224.0.0.0/3;&lt;BR /&gt;
nlri 0.0.0.0/0;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry bogons2 {&lt;BR /&gt;
if {&lt;BR /&gt;
nlri 0.0.0.0/0 exact;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
edit policy AS4780_OUT_04&lt;BR /&gt;
entry perfer {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 0.0.0.0/8;&lt;BR /&gt;
nlri 10.0.0.0/8;&lt;BR /&gt;
nlri 127.0.0.0/8;&lt;BR /&gt;
nlri 169.254.0.0/16;&lt;BR /&gt;
nlri 172.16.0.0/12;&lt;BR /&gt;
nlri 192.0.2.0/24;&lt;BR /&gt;
nlri 192.168.0.0/16;&lt;BR /&gt;
nlri 224.0.0.0/3;&lt;BR /&gt;
nlri 0.0.0.0/0;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer1 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.208.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer2 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.209.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:200;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer3 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.210.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer4 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.211.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:300;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
edit policy AS4780_OUT_03&lt;BR /&gt;
entry perfer {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 0.0.0.0/8;&lt;BR /&gt;
nlri 10.0.0.0/8;&lt;BR /&gt;
nlri 127.0.0.0/8;&lt;BR /&gt;
nlri 169.254.0.0/16;&lt;BR /&gt;
nlri 172.16.0.0/12;&lt;BR /&gt;
nlri 192.0.2.0/24;&lt;BR /&gt;
nlri 192.168.0.0/16;&lt;BR /&gt;
nlri 224.0.0.0/3;&lt;BR /&gt;
nlri 0.0.0.0/0;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer1 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.208.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer2 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.209.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:200;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer3 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.210.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer4 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.211.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:300;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
edit policy AS4780_OUT_02&lt;BR /&gt;
entry perfer {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 0.0.0.0/8;&lt;BR /&gt;
nlri 10.0.0.0/8;&lt;BR /&gt;
nlri 127.0.0.0/8;&lt;BR /&gt;
nlri 169.254.0.0/16;&lt;BR /&gt;
nlri 172.16.0.0/12;&lt;BR /&gt;
nlri 192.0.2.0/24;&lt;BR /&gt;
nlri 192.168.0.0/16;&lt;BR /&gt;
nlri 224.0.0.0/3;&lt;BR /&gt;
nlri 0.0.0.0/0;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer1 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.208.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer2 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.209.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:200;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer3 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.210.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer4 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.211.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:300;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
edit policy AS4780_OUT_01&lt;BR /&gt;
entry perfer {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 0.0.0.0/8;&lt;BR /&gt;
nlri 10.0.0.0/8;&lt;BR /&gt;
nlri 127.0.0.0/8;&lt;BR /&gt;
nlri 169.254.0.0/16;&lt;BR /&gt;
nlri 172.16.0.0/12;&lt;BR /&gt;
nlri 192.0.2.0/24;&lt;BR /&gt;
nlri 192.168.0.0/16;&lt;BR /&gt;
nlri 224.0.0.0/3;&lt;BR /&gt;
nlri 0.0.0.0/0;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer1 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.208.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer2 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.209.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:200;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer3 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.210.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry perfer4 {&lt;BR /&gt;
if match any {&lt;BR /&gt;
nlri 61.57.211.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
community set 65522:300;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20208#M1166</guid>
      <dc:creator>Sathish_Arul</dc:creator>
      <dc:date>2014-03-27T12:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20209#M1167</link>
      <description>Awesome! Thank you, Gents.  I am wondering why we need blakhole route for those subnet. Will it cause any problem?</description>
      <pubDate>Fri, 28 Mar 2014 06:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20209#M1167</guid>
      <dc:creator>r_____________9</dc:creator>
      <dc:date>2014-03-28T06:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20210#M1168</link>
      <description>Cisco = Null route&lt;BR /&gt;
&lt;BR /&gt;
ip route 61.57.208.0 255.255.255.0 Null0 254 &lt;BR /&gt;
ip route 61.57.209.0 255.255.255.0 Null0 254&lt;BR /&gt;
ip route 61.57.210.0 255.255.255.0 Null0 254&lt;BR /&gt;
ip route 61.57.211.0 255.255.255.0 Null0 254&lt;BR /&gt;
&lt;BR /&gt;
Extreme = Blackhole route&lt;BR /&gt;
&lt;BR /&gt;
config iproute add blackhole 61.57.208.0/24&lt;BR /&gt;
config iproute add blackhole 61.57.209.0/24 &lt;BR /&gt;
config iproute add blackhole 61.57.210.0/24 &lt;BR /&gt;
config iproute add blackhole 61.57.211.0/24</description>
      <pubDate>Fri, 28 Mar 2014 08:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20210#M1168</guid>
      <dc:creator>Sathish_Arul</dc:creator>
      <dc:date>2014-03-28T08:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20211#M1169</link>
      <description>we only want  route in routing table so that BGP will advertise routes to it's neighbours. We can either create the blackhole route or we can create one loopback vlan and point all the static route to that loopback vlan as next-hop and change the metric value of static route as shown below..&lt;BR /&gt;
&lt;BR /&gt;
create vlan test&lt;BR /&gt;
config vlan test ipaddress 10.1.1.1&lt;BR /&gt;
enable ipf&lt;BR /&gt;
&lt;BR /&gt;
enable loopback-mode vlan test&lt;BR /&gt;
&lt;BR /&gt;
configure iproute add 61.57.210.0/24 10.1.1.1 222</description>
      <pubDate>Fri, 28 Mar 2014 14:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20211#M1169</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-03-28T14:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20212#M1170</link>
      <description>What if the packet with the destination (61.57.210.0) is passed to the switch? Will it be dropped because it's blackhole route?</description>
      <pubDate>Fri, 28 Mar 2014 14:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20212#M1170</guid>
      <dc:creator>r_____________9</dc:creator>
      <dc:date>2014-03-28T14:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20213#M1171</link>
      <description>Extreme - It will be dropped.&lt;BR /&gt;
Cisco - It will be sent to bit bucket = dropped.</description>
      <pubDate>Fri, 28 Mar 2014 17:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20213#M1171</guid>
      <dc:creator>Sathish_Arul</dc:creator>
      <dc:date>2014-03-28T17:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20214#M1172</link>
      <description>Is there any command in XOS which is equivalent to the cisco command  “clear ip bgp &lt;ADDRESS&gt; soft in”&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;&lt;/ADDRESS&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20214#M1172</guid>
      <dc:creator>r_____________9</dc:creator>
      <dc:date>2014-04-15T14:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Cisco BGP configuration to XOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20215#M1173</link>
      <description>configure bgp neighbor &lt;ADDRESS&gt; soft-reset in&lt;BR /&gt;
&lt;BR /&gt;
If both the local BGP neighbor and the neighbor router support the route refresh capability&lt;BR /&gt;
(ExtremeWare does not support this feature), a dynamic soft input reset can be performed. The&lt;BR /&gt;
configure bgp neighbor soft-reset command triggers the generation of a Route-Refresh message to the neighbor. As a response to the Route-Refresh message, the neighbor sends the entire BGP routing table in updates and the switch applies the appropriate routing policy to the updates.&lt;BR /&gt;
&lt;BR /&gt;&lt;/ADDRESS&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-bgp-configuration-to-xos/m-p/20215#M1173</guid>
      <dc:creator>Sathish_Arul</dc:creator>
      <dc:date>2014-04-15T14:37:00Z</dc:date>
    </item>
  </channel>
</rss>

