Configure SNMP and SYSLOG
Posted: 08 Dec 2021 09:28
hello and sorry for my english,
In my entreprise we have only Cisco switch. We bought our first Alcatel switch. I just need some help for 3 things : syslog, snmp and http server.
1) i want to send log to remote server with IP 10.4.0.23. Is this commands below are good ?
2) In our Cisco switch, we use SNMP V1 on community name "public", but we secure the access to the SNMP with ACL. i d'like to do the same.
In cisco we use this commands :
First, how enable SNMP V1 on switch, like that ?
And how secure the access to SNMP for only one IP ?
'snmp station 172.16.0.25 OV-READ v1|v2 enable' ?
3) How to enable or disable http server on Alcatel ?
'http server' to active and 'no http server' to disable, right ?
thanks a lot
In my entreprise we have only Cisco switch. We bought our first Alcatel switch. I just need some help for 3 things : syslog, snmp and http server.
1) i want to send log to remote server with IP 10.4.0.23. Is this commands below are good ?
Code: Select all
swlog output socket 10.4.0.23 remote command-log
swlog remote command-log enable
swlog console level info
command-log enable
2) In our Cisco switch, we use SNMP V1 on community name "public", but we secure the access to the SNMP with ACL. i d'like to do the same.
In cisco we use this commands :
Code: Select all
access-list 99 permit 172.16.0.25
access-list 99 deny any log
snmp-server community public RO 99
Code: Select all
user OV-READ password OV-READ-PW read-only all no auth
snmp community map public user OV-READ
snmp security no security
'snmp station 172.16.0.25 OV-READ v1|v2 enable' ?
3) How to enable or disable http server on Alcatel ?
'http server' to active and 'no http server' to disable, right ?
thanks a lot
