miércoles, 16 de julio de 2014

Configuracion SNMP, V3, sin Autenticacion en Switch DELL

Siendo casi una copia de Cisco la configuracion del SNMP v3 en un switch Dell quda de la sigueinte manera

snmp-server view LECTURA internet included
snmp-server group LECTOR v3 noauth read LECTURA                    
snmp-server user LEE LECTOR
snmp-server community test ro

y en mi snmpc asi:


martes, 15 de abril de 2014

FORTINET::config user ldap



Configuring the LDAP server

The important parts of this configuration are the username and group lines. The username is the domain administrator account. The group binding allows only the group with the name GRP to access.
The dn used here is as an example only. On your network use your own domain name.
To configure LDAP server - CLI
config user ldap
edit "ldap_server"
set server "192.168.201.3"
set cnid "sAMAccountName"
set dn "DC=example,DC=com,DC=au"
set type regular
set username "CN=Administrator,CN=Users,DC=example,DC=COM”
set password *
set group “CN=GRP,OU=training,DC=example,DC=COM”
set filter ""
next


Fortinet Technologies Inc. Page 31 FortiOS™ Handbook - Authentication for FortiOS 5.0

viernes, 11 de abril de 2014

fortinet - Backup



 Copia del archivo de configuracion de un Fortigate a un servidor tftp.


**** execute backup config tftp fgt_col.cfg 10.1.1.1 ***



 Copia del archivo de configuracion de un Fortianalizar a un servidor ftp.


 *** execute backup all-settings ftp 1.1.1.1 faz.cfg userftp passftp ***

martes, 8 de abril de 2014

PORT MIRROR


SWITCH CISCO

monitor session 1 source interface Gi1/0/24
monitor session 1 destination interface Gi1/0/23

SWITCH DELL
monitor session 1 destination interface 1/g37                   

monitor session 1 source interface 1/g6
monitor session 1 mode

Una diferencia es que en dell solo permite una sesion.