cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Cisco CLI to Extreme EXOS CLI

Convert Cisco CLI to Extreme EXOS CLI

Tim_Smith1
New Contributor II
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
7 REPLIES 7

Dorian_Perry
Extreme Employee
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

Tim_Smith1
New Contributor II
Thank you all for help! Let me test it.

Steven_Lin
Extreme Employee
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

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.
GTM-P2G8KFN