This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Extreme Networks
Community List
Network Management & Authentication
ExtremeCloud A3
ExtremeCloud IQ
ExtremeCloud IQ Controller
ExtremeCloud IQ- Site Engine Management Center
ExtremeControl
General Network Management
Wireless
ExtremeWireless (IQE)
ExtremeWireless (Identifi)
ExtremeWireless (WiNG)
ExtremeWireless (General)
Switching & Routing
Data Center (MLX & CER/CES)
Data Center (SLX)
Data Center (VDX)
ExtremeSwitching (EOS)
ExtremeSwitching (ERS)
ExtremeSwitching (EXOS/Switch Engine)
ExtremeSwitching (Other)
ExtremeSwitching (VSP/Fabric Engine)
SD-WAN
Ipanema SD-WAN
SD-WAN General
Training, Documentation, & General Discussions
Documentation
FAQs
General Discussion
Training (Extreme Dojo)
Applications
Analytics & Visibility
Security & Access Control
Legacy
Aerohive Migrated Content
End of Service Products
Extreme Cloud
OneController
Technical Discussions
Firmware
Network Architecture & Design
Scripting
Security
Technical Discussions
Product Announcements
Network Management Authentication Announcements
ExtremeCloud IQ- Site Engine & Extreme Management Center Announcements
ExtremeCloud A3 Announcements
ExtremeCloud IQ (XIQ) Announcements
ExtremeCloud IQ Controller (formerly Extreme Campus Controller) Announcements
Wireless Announcements
IQ Engine/Hive OS Announcements
WiNG Announcements
XCC/IdentiFi Announcements
Switching & Routing Announcements
EOS Announcements
ERS Announcements
EXOS/Switch Engine Announcements
MLX & CER/CES Announcements
SLX Announcements
VDX Announcements
VSP/Fabric Engine Announcements
Security & General Announcements
Extreme Community (The Hub) Announcements
General Announcements
Security Advisories (formerly Vulnerability Notices)
Network Packet Broker Announcements
Extreme Developer Central
Cloud Based Network Management
Data Center
Service Provider Networking
Wired Access
Wireless Access
Network Fabric
Integrations
Help
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Extreme Networks
Community List
Switching & Routing
ExtremeSwitching (EXOS/Switch Engine)
Configuration CISCO BGP to EXTREME X460 SWITCH
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Configuration CISCO BGP to EXTREME X460 SWITCH
Configuration CISCO BGP to EXTREME X460 SWITCH
Raghavendra_vem
New Contributor
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Get Direct Link
Print
Report Inappropriate Content
05-28-2016
05:07 AM
Can any one help to convert commanad CISCo BGP to X460 SWitch.
CSCIO COMMANDS:
interface Loopback0 ip address 172.17.23.157 255.255.255.255
!
interface GigabitEthernet0/0
description ******WAN Connection*****
ip address 172.17.114.157 255.255.255.252
ip helper-address 10.1.224.3
duplex auto
speed auto
!
interface GigabitEthernet0/1
description *****LAN Connection***
ip address 10.1.224.17 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 10.1.223.17 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/3
ip address 172.17.114.121 255.255.255.252
duplex auto
speed auto
!
interface Serial0/2/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/2/1
mtu 1600
bandwidth 2048
ip address 191.254.225.98 255.255.255.252
ip helper-address 10.1.224.3
encapsulation ppp
no ip route-cache
no fair-queue
clock rate 2000000
!
router bgp 54321
bgp log-neighbor-changes
network 10.1.223.0 mask 255.255.255.0
network 10.1.224.0 mask 255.255.255.0
network 172.17.23.157 mask 255.255.255.255
neighbor 172.17.114.122 remote-as 9829
neighbor 172.17.114.122 weight 500
neighbor 172.17.114.122 route-map LAN out
neighbor 172.17.114.158 remote-as 9829
neighbor 172.17.114.158 weight 500
neighbor 172.17.114.158 route-map LAN out
neighbor 192.168.5.114 remote-as 18101
neighbor 192.168.5.114 local-as 65001 no-prepend replace-as
neighbor 192.168.5.114 ebgp-multihop 5
neighbor 192.168.5.114 timers 30 90
neighbor 192.168.5.114 soft-reconfiguration inbound
neighbor 192.168.5.114 weight 200
neighbor 192.168.5.114 route-map LAN1 out
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 172.17.114.158
ip route 10.0.9.0 255.255.255.0 192.168.5.114
ip route 192.168.5.0 255.255.255.0 192.168.5.234
ip route 192.168.5.0 255.255.255.0 192.168.5.114
!
ip access-list standard SNMP
permit 82.196.34.0 0.0.1.255
permit 82.196.56.0 0.0.0.255
permit 82.196.54.0 0.0.0.255
permit 82.196.32.0 0.0.0.255
permit 130.20.5.0 0.0.0.255
!
logging facility local0
logging source-interface GigabitEthernet0/1
logging 10.0.15.20
access-list 11 permit 172.17.23.157
access-list 11 permit 10.1.224.0 0.0.0.255
access-list 11 permit 10.1.223.0 0.0.0.255
!
route-map LAN permit 10
match ip address 11
!
route-map LAN1 permit 10
match ip address 11
set as-path prepend 65001 65001
!
!
snmp-server community 648kkjrddcbcjjcl RO SNMP
snmp-server ifindex persist
snmp-server trap-source Loopback0
snmp-server enable traps snmp linkdown linkup coldstart warmstart
snmp-server enable traps config
snmp-server host 82.196.34.162 RQsfdipXwXnIqwW
snmp-server host 82.196.35.226 RQsfdipXwXnIqwW config
All forum topics
Previous Topic
Next Topic
1 REPLY
1
Kevin_Kim
Extreme Employee
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Get Direct Link
Print
Report Inappropriate Content
05-28-2016
02:34 PM
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'.
Post Reply
GTM-P2G8KFN