cancel
Showing results for 
Search instead for 
Did you mean: 

Cisco / ERS4900 Command Differences Tell Us

Cisco / ERS4900 Command Differences Tell Us

windpos12
New Contributor

(config)# no service udp-small-servers
(config)# no service udp-small-servers
(config)# no service finger
(config)# no service pad
(config)# no ip source-route
(config)# no ip bootp server
(config)# no ip domain-lookup
(config)# no ip http server
(config)# no ip http secure-server
(config)# no tftp-server
(config)# service tcp-keepalives-in
(config)# no service config
(config)# no vstack
---------------------------------------------------------------------------------------------------------------------------------------------

The above command is a cisco command.Can the ers4900 device know that command?
Or, please share a security related event on ERS4900.
1 ACCEPTED SOLUTION

Dilraj_Singh_Kh
Extreme Employee

Here is what I could find:

 

(config)# no service udp-small-servers  --> Possibly have to create ACL for this
(config)# no service udp-small-servers  --> Possibly have to create ACL for this
(config)# no service finger        --> No equivalent command available in ERS
(config)# no service pad        --> No equivalent command available in ERS
(config)# no ip source-route        --> no ip fwd-nh enable (Not exactly the same but could similar to what ip source-route does on Cisco) Refer Page 67 https://documentation.extremenetworks.com/ERS_Series/ERS49005900/SW/75x/NN47211-506_ConfigIPRoutERS49005900_7.5_RG_Dec2017.pdf
(config)# no ip bootp server        --> Same command works on ERS as well
(config)# no ip domain-lookup        --> Try "no ip domain-name"
(config)# no ip http server        --> Try "web-server disable"
(config)# no ip http secure-server    --> The above will disable even https
(config)# no tftp-server        --> Same command works on ERS as well
(config)# service tcp-keepalives-in    --> No equivalent command available in ERS
(config)# no service config        --> No equivalent command available in ERS
(config)# no vstack            --> No equivalent command available in ERS

View solution in original post

2 REPLIES 2

Dilraj_Singh_Kh
Extreme Employee

Here is what I could find:

 

(config)# no service udp-small-servers  --> Possibly have to create ACL for this
(config)# no service udp-small-servers  --> Possibly have to create ACL for this
(config)# no service finger        --> No equivalent command available in ERS
(config)# no service pad        --> No equivalent command available in ERS
(config)# no ip source-route        --> no ip fwd-nh enable (Not exactly the same but could similar to what ip source-route does on Cisco) Refer Page 67 https://documentation.extremenetworks.com/ERS_Series/ERS49005900/SW/75x/NN47211-506_ConfigIPRoutERS49005900_7.5_RG_Dec2017.pdf
(config)# no ip bootp server        --> Same command works on ERS as well
(config)# no ip domain-lookup        --> Try "no ip domain-name"
(config)# no ip http server        --> Try "web-server disable"
(config)# no ip http secure-server    --> The above will disable even https
(config)# no tftp-server        --> Same command works on ERS as well
(config)# service tcp-keepalives-in    --> No equivalent command available in ERS
(config)# no service config        --> No equivalent command available in ERS
(config)# no vstack            --> No equivalent command available in ERS

windpos12
New Contributor

please

GTM-P2G8KFN