04-26-2021 10:41 AM
(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.
Solved! Go to Solution.
05-13-2021 01:12 AM
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
05-13-2021 01:12 AM
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
04-26-2021 10:51 AM
please