How to config MPLS (isis,ospf,bgp) connect to Cisco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-26-2015 03:11 AM
Ex. Config Cisco have
•isis authentication mode md5
• isis authentication key-chain test
How to config switch Extreme connect key-chain ?
•isis authentication mode md5
• isis authentication key-chain test
How to config switch Extreme connect key-chain ?
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-07-2015 02:54 PM
If you using IS-IS for MPLS, EXOS is not supported for md5 authentication but you could change configuration on cisco by using clear-text in key-chain instead md5.
for example, I assume you use "no switchport" in cisco for L3
Example
cisco(config)#key chain xxx
cisco(config-keychain)#key [number]
cisco(config-keychain-key)#key-string [text] <<< in these key-string you couldn't use mode 7 for hidden password.
After you setting key chain, you could enable isis authentication in yours interface by,
cisco(config)#interface XX0/x
cisco(config-int)isis authentication mode text
cisco(config-int)isis authentication key-chain xxx
---Done for Cisco---
from now, you go to EXOS and config IS-IS by,
X670#config isis vlan <vlan_name> password simple <same text as cisco key-string> level-1 ---Done for EXOS---
Let's try and report, pls.
for example, I assume you use "no switchport" in cisco for L3
Example
cisco(config)#key chain xxx
cisco(config-keychain)#key [number]
cisco(config-keychain-key)#key-string [text] <<< in these key-string you couldn't use mode 7 for hidden password.
After you setting key chain, you could enable isis authentication in yours interface by,
cisco(config)#interface XX0/x
cisco(config-int)isis authentication mode text
cisco(config-int)isis authentication key-chain xxx
---Done for Cisco---
from now, you go to EXOS and config IS-IS by,
X670#config isis vlan <vlan_name> password simple <same text as cisco key-string> level-1 ---Done for EXOS---
Let's try and report, pls.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-27-2015 09:45 AM
md5 authentication for ISIS is not supported on EXOS.
The topic name is "How to config MPLS". For that, the User Guide should be a good resource to see all the various features we are supporting and the one you need in your specific case: http://documentation.extremenetworks.com/exos/downloads/EXOS_User_Guide_15_7.pdf
In general, think of an interface as a vlan with one port.
The topic name is "How to config MPLS". For that, the User Guide should be a good resource to see all the various features we are supporting and the one you need in your specific case: http://documentation.extremenetworks.com/exos/downloads/EXOS_User_Guide_15_7.pdf
In general, think of an interface as a vlan with one port.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-27-2015 08:41 AM
Model Number :17103 Summit X670-48x-FB
MPLS Number :17133 Summit X670 MPLS Feature Pack 1
MPLS Number :17133 Summit X670 MPLS Feature Pack 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-26-2015 03:05 PM
Whats the switch model number And exos version you are using I need yo check Based on that
