<?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 Configuration CISCO BGP to EXTREME X460 SWITCH in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuration-cisco-bgp-to-extreme-x460-switch/m-p/37963#M8102</link>
    <description>Can any one help to convert commanad CISCo BGP to X460 SWitch.&lt;BR /&gt;
&lt;BR /&gt;
CSCIO COMMANDS:&lt;BR /&gt;
&lt;BR /&gt;
interface Loopback0 ip address 172.17.23.157 255.255.255.255&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/0&lt;BR /&gt;
 description ******WAN Connection*****&lt;BR /&gt;
 ip address 172.17.114.157 255.255.255.252&lt;BR /&gt;
 ip helper-address 10.1.224.3&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/1&lt;BR /&gt;
 description *****LAN Connection***&lt;BR /&gt;
 ip address 10.1.224.17 255.255.255.0&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/2&lt;BR /&gt;
 ip address 10.1.223.17 255.255.255.0&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/3&lt;BR /&gt;
 ip address 172.17.114.121 255.255.255.252&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface Serial0/2/0&lt;BR /&gt;
 no ip address&lt;BR /&gt;
 shutdown&lt;BR /&gt;
 clock rate 2000000&lt;BR /&gt;
!&lt;BR /&gt;
interface Serial0/2/1&lt;BR /&gt;
 mtu 1600&lt;BR /&gt;
 bandwidth 2048&lt;BR /&gt;
 ip address 191.254.225.98 255.255.255.252&lt;BR /&gt;
 ip helper-address 10.1.224.3&lt;BR /&gt;
 encapsulation ppp&lt;BR /&gt;
 no ip route-cache&lt;BR /&gt;
 no fair-queue&lt;BR /&gt;
 clock rate 2000000&lt;BR /&gt;
!&lt;BR /&gt;
router bgp 54321&lt;BR /&gt;
 bgp log-neighbor-changes&lt;BR /&gt;
 network 10.1.223.0 mask 255.255.255.0&lt;BR /&gt;
 network 10.1.224.0 mask 255.255.255.0&lt;BR /&gt;
 network 172.17.23.157 mask 255.255.255.255&lt;BR /&gt;
 neighbor 172.17.114.122 remote-as 9829&lt;BR /&gt;
 neighbor 172.17.114.122 weight 500&lt;BR /&gt;
 neighbor 172.17.114.122 route-map LAN out&lt;BR /&gt;
 neighbor 172.17.114.158 remote-as 9829&lt;BR /&gt;
 neighbor 172.17.114.158 weight 500&lt;BR /&gt;
 neighbor 172.17.114.158 route-map LAN out&lt;BR /&gt;
 neighbor 192.168.5.114 remote-as 18101&lt;BR /&gt;
 neighbor 192.168.5.114 local-as 65001 no-prepend replace-as&lt;BR /&gt;
 neighbor 192.168.5.114 ebgp-multihop 5&lt;BR /&gt;
 neighbor 192.168.5.114 timers 30 90&lt;BR /&gt;
 neighbor 192.168.5.114 soft-reconfiguration inbound&lt;BR /&gt;
 neighbor 192.168.5.114 weight 200&lt;BR /&gt;
 neighbor 192.168.5.114 route-map LAN1 out&lt;BR /&gt;
!&lt;BR /&gt;
ip forward-protocol nd&lt;BR /&gt;
!&lt;BR /&gt;
ip http server&lt;BR /&gt;
no ip http secure-server&lt;BR /&gt;
!&lt;BR /&gt;
ip route 0.0.0.0 0.0.0.0 172.17.114.158&lt;BR /&gt;
ip route 10.0.9.0 255.255.255.0 192.168.5.114&lt;BR /&gt;
ip route 192.168.5.0 255.255.255.0 192.168.5.234&lt;BR /&gt;
ip route 192.168.5.0 255.255.255.0 192.168.5.114&lt;BR /&gt;
!&lt;BR /&gt;
ip access-list standard SNMP&lt;BR /&gt;
 permit 82.196.34.0 0.0.1.255&lt;BR /&gt;
 permit 82.196.56.0 0.0.0.255&lt;BR /&gt;
 permit 82.196.54.0 0.0.0.255&lt;BR /&gt;
 permit 82.196.32.0 0.0.0.255&lt;BR /&gt;
 permit 130.20.5.0 0.0.0.255&lt;BR /&gt;
!&lt;BR /&gt;
logging facility local0&lt;BR /&gt;
logging source-interface GigabitEthernet0/1&lt;BR /&gt;
logging 10.0.15.20&lt;BR /&gt;
access-list 11 permit 172.17.23.157&lt;BR /&gt;
access-list 11 permit 10.1.224.0 0.0.0.255&lt;BR /&gt;
access-list 11 permit 10.1.223.0 0.0.0.255&lt;BR /&gt;
!&lt;BR /&gt;
route-map LAN permit 10&lt;BR /&gt;
 match ip address 11&lt;BR /&gt;
!&lt;BR /&gt;
route-map LAN1 permit 10&lt;BR /&gt;
 match ip address 11&lt;BR /&gt;
 set as-path prepend 65001 65001&lt;BR /&gt;
!&lt;BR /&gt;
!&lt;BR /&gt;
snmp-server community 648kkjrddcbcjjcl RO SNMP&lt;BR /&gt;
snmp-server ifindex persist&lt;BR /&gt;
snmp-server trap-source Loopback0&lt;BR /&gt;
snmp-server enable traps snmp linkdown linkup coldstart warmstart&lt;BR /&gt;
snmp-server enable traps config&lt;BR /&gt;
snmp-server host 82.196.34.162 RQsfdipXwXnIqwW&lt;BR /&gt;
snmp-server host 82.196.35.226 RQsfdipXwXnIqwW  config&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Sat, 28 May 2016 12:07:00 GMT</pubDate>
    <dc:creator>Raghavendra_vem</dc:creator>
    <dc:date>2016-05-28T12:07:00Z</dc:date>
    <item>
      <title>Configuration CISCO BGP to EXTREME X460 SWITCH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuration-cisco-bgp-to-extreme-x460-switch/m-p/37963#M8102</link>
      <description>Can any one help to convert commanad CISCo BGP to X460 SWitch.&lt;BR /&gt;
&lt;BR /&gt;
CSCIO COMMANDS:&lt;BR /&gt;
&lt;BR /&gt;
interface Loopback0 ip address 172.17.23.157 255.255.255.255&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/0&lt;BR /&gt;
 description ******WAN Connection*****&lt;BR /&gt;
 ip address 172.17.114.157 255.255.255.252&lt;BR /&gt;
 ip helper-address 10.1.224.3&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/1&lt;BR /&gt;
 description *****LAN Connection***&lt;BR /&gt;
 ip address 10.1.224.17 255.255.255.0&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/2&lt;BR /&gt;
 ip address 10.1.223.17 255.255.255.0&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface GigabitEthernet0/3&lt;BR /&gt;
 ip address 172.17.114.121 255.255.255.252&lt;BR /&gt;
 duplex auto&lt;BR /&gt;
 speed auto&lt;BR /&gt;
!&lt;BR /&gt;
interface Serial0/2/0&lt;BR /&gt;
 no ip address&lt;BR /&gt;
 shutdown&lt;BR /&gt;
 clock rate 2000000&lt;BR /&gt;
!&lt;BR /&gt;
interface Serial0/2/1&lt;BR /&gt;
 mtu 1600&lt;BR /&gt;
 bandwidth 2048&lt;BR /&gt;
 ip address 191.254.225.98 255.255.255.252&lt;BR /&gt;
 ip helper-address 10.1.224.3&lt;BR /&gt;
 encapsulation ppp&lt;BR /&gt;
 no ip route-cache&lt;BR /&gt;
 no fair-queue&lt;BR /&gt;
 clock rate 2000000&lt;BR /&gt;
!&lt;BR /&gt;
router bgp 54321&lt;BR /&gt;
 bgp log-neighbor-changes&lt;BR /&gt;
 network 10.1.223.0 mask 255.255.255.0&lt;BR /&gt;
 network 10.1.224.0 mask 255.255.255.0&lt;BR /&gt;
 network 172.17.23.157 mask 255.255.255.255&lt;BR /&gt;
 neighbor 172.17.114.122 remote-as 9829&lt;BR /&gt;
 neighbor 172.17.114.122 weight 500&lt;BR /&gt;
 neighbor 172.17.114.122 route-map LAN out&lt;BR /&gt;
 neighbor 172.17.114.158 remote-as 9829&lt;BR /&gt;
 neighbor 172.17.114.158 weight 500&lt;BR /&gt;
 neighbor 172.17.114.158 route-map LAN out&lt;BR /&gt;
 neighbor 192.168.5.114 remote-as 18101&lt;BR /&gt;
 neighbor 192.168.5.114 local-as 65001 no-prepend replace-as&lt;BR /&gt;
 neighbor 192.168.5.114 ebgp-multihop 5&lt;BR /&gt;
 neighbor 192.168.5.114 timers 30 90&lt;BR /&gt;
 neighbor 192.168.5.114 soft-reconfiguration inbound&lt;BR /&gt;
 neighbor 192.168.5.114 weight 200&lt;BR /&gt;
 neighbor 192.168.5.114 route-map LAN1 out&lt;BR /&gt;
!&lt;BR /&gt;
ip forward-protocol nd&lt;BR /&gt;
!&lt;BR /&gt;
ip http server&lt;BR /&gt;
no ip http secure-server&lt;BR /&gt;
!&lt;BR /&gt;
ip route 0.0.0.0 0.0.0.0 172.17.114.158&lt;BR /&gt;
ip route 10.0.9.0 255.255.255.0 192.168.5.114&lt;BR /&gt;
ip route 192.168.5.0 255.255.255.0 192.168.5.234&lt;BR /&gt;
ip route 192.168.5.0 255.255.255.0 192.168.5.114&lt;BR /&gt;
!&lt;BR /&gt;
ip access-list standard SNMP&lt;BR /&gt;
 permit 82.196.34.0 0.0.1.255&lt;BR /&gt;
 permit 82.196.56.0 0.0.0.255&lt;BR /&gt;
 permit 82.196.54.0 0.0.0.255&lt;BR /&gt;
 permit 82.196.32.0 0.0.0.255&lt;BR /&gt;
 permit 130.20.5.0 0.0.0.255&lt;BR /&gt;
!&lt;BR /&gt;
logging facility local0&lt;BR /&gt;
logging source-interface GigabitEthernet0/1&lt;BR /&gt;
logging 10.0.15.20&lt;BR /&gt;
access-list 11 permit 172.17.23.157&lt;BR /&gt;
access-list 11 permit 10.1.224.0 0.0.0.255&lt;BR /&gt;
access-list 11 permit 10.1.223.0 0.0.0.255&lt;BR /&gt;
!&lt;BR /&gt;
route-map LAN permit 10&lt;BR /&gt;
 match ip address 11&lt;BR /&gt;
!&lt;BR /&gt;
route-map LAN1 permit 10&lt;BR /&gt;
 match ip address 11&lt;BR /&gt;
 set as-path prepend 65001 65001&lt;BR /&gt;
!&lt;BR /&gt;
!&lt;BR /&gt;
snmp-server community 648kkjrddcbcjjcl RO SNMP&lt;BR /&gt;
snmp-server ifindex persist&lt;BR /&gt;
snmp-server trap-source Loopback0&lt;BR /&gt;
snmp-server enable traps snmp linkdown linkup coldstart warmstart&lt;BR /&gt;
snmp-server enable traps config&lt;BR /&gt;
snmp-server host 82.196.34.162 RQsfdipXwXnIqwW&lt;BR /&gt;
snmp-server host 82.196.35.226 RQsfdipXwXnIqwW  config&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 28 May 2016 12:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuration-cisco-bgp-to-extreme-x460-switch/m-p/37963#M8102</guid>
      <dc:creator>Raghavendra_vem</dc:creator>
      <dc:date>2016-05-28T12:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuration CISCO BGP to EXTREME X460 SWITCH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuration-cisco-bgp-to-extreme-x460-switch/m-p/37964#M8103</link>
      <description>I don't think ExtremeXOS supports the 'neighbor local-as' command. To remove the need of the local-as, the 'remote-as 65001' configuration on the neighbor '192.168.5.114' router needs to be modified to 'remote-as 54321'.</description>
      <pubDate>Sat, 28 May 2016 21:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuration-cisco-bgp-to-extreme-x460-switch/m-p/37964#M8103</guid>
      <dc:creator>Kevin_Kim</dc:creator>
      <dc:date>2016-05-28T21:34:00Z</dc:date>
    </item>
  </channel>
</rss>

