Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I want to create an ACL on Cisco to prevent one network from communicating with others except for the internet. I managed to block the communication, but I lost internet access. I think I'm missing something.List of my networks:Network 1: 192.1...
I want to enable SNMPv3 on a Cisco router. I have managed to perform SNMP queries in v1 and v2c, but it is not working in SNMPv3. The server sending the requests is a Debian server.Could you please provide the commands to enter please ?
Iog : *Mar 1 00:09:56.707: SNMP: Packet received via UDP from 192.168.1.170 on FastEthernet0/0*Mar 1 00:09:56.715: SNMP: Report, reqid 1478893616, errstat 0, erridx 0internet.6.3.15.1.1.4.0 = 1*Mar 1 00:09:56.719: SNMP: Packet sent via UDP to 192.168...
I have still a problem :Config router : R1(config)#snmp-server group MYGROUP v3 privR1(config)#snmp-server user MYUSER MYGROUP v3 auth md5 AZERTYazerty123 priv aes 128 AZERTYazerty123Command on linux for request snmpv3 snmpwalk -v 3 -u myuser -a SHA...