Convert Cisco CLI to Extreme EXOS CLI
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-20-2018 12:52 AM
Hi all,
May I ask does Extremenetworks provide convert tool to translate cisco CLI to Extreme CLI? Is someone could help me to translate it if no tools could help? Thanks in advance.
access-list 103 permit ip any host 172.30.106.71
access-list 103 permit ip any host 172.30.106.72
class-map highservice
match access-group 103
policy-map highpolicy
class highservice
bandwidth 4000
int f0/0
service-policy output highpolicy
May I ask does Extremenetworks provide convert tool to translate cisco CLI to Extreme CLI? Is someone could help me to translate it if no tools could help? Thanks in advance.
access-list 103 permit ip any host 172.30.106.71
access-list 103 permit ip any host 172.30.106.72
class-map highservice
match access-group 103
policy-map highpolicy
class highservice
bandwidth 4000
int f0/0
service-policy output highpolicy
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-21-2018 02:44 PM
Also see this very useful CLI cross-reference guide. It includes EXOS, Cisco IOS, EOS, VOSS, and BOSS:
https://documentation.extremenetworks.com/CLI_X-Ref/1.0/CLI_X-Ref_Guide_1.0.pdf
https://documentation.extremenetworks.com/CLI_X-Ref/1.0/CLI_X-Ref_Guide_1.0.pdf
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-21-2018 01:00 AM
Thank you all for help! Let me test it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-20-2018 02:59 AM
Just type it manually without test, you can have a try in your lab
create meter xxx
configure meter xxx committed-rate 4 Mbps
entry host1 {
if {
source-address 172.30.106.71/32;
}
then {
meter xxx
}}
entry host2 {
if {
source-address 172.30.106.72/32;
}
then {
meter xxx
}}
configure access-list xxx ports xxx egress
create meter xxx
configure meter xxx committed-rate 4 Mbps
entry host1 {
if {
source-address 172.30.106.71/32;
}
then {
meter xxx
}}
entry host2 {
if {
source-address 172.30.106.72/32;
}
then {
meter xxx
}}
configure access-list xxx ports xxx egress
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-20-2018 02:59 AM
BTW, There is a hardware limit for apply meter to egress traffic using ACL on BlackDiamond c-, xl-, and xm-series modules, Summit X480, X460, X670, and X770 series switches, and the E4G400 router.
