Você está na página 1de 4

Verifying Login Settings

To display information about login sessions, use the following CLI commands: who Displays all active login sessions (for example, console, Telnet, FTP, HTTP, Secure Shell, Secure Shell FTP). whoami Displays the current user session. show session config Displays session configuration information (for example, default prompt, banner file name, inactivity timer, login timer, login attempts). show dns Displays the current DNS resolver configuration and status. For more information about these commands, refer to the OmniSwitch 6250/6450 CLI Reference Guide.

Verifying CLI Usage


To display information about CLI commands and the configuration status of your switch, use the show commands listed here: For more information about the resulting displays from these commands, see the OmniSwitch 6250/6450 CLI Reference Guide. Additional information can also be found in Using Show Commands on page 6-5. show session config Displays session manager configuration information (for example, default prompt, banner file name, and inactivity timer). show alias Lists all current commands defined by the use of the alias CLI command. show prefix Shows the command prefix (if any) currently stored by the CLI. Prefixes are stored for command families that support the prefix recognition feature. show history Displays commands you have recently issued to the switch. The commands are displayed in a numbered list. show more Shows the enable status of the more mode along with the number of lines specified for the screen display. show configuration status Displays whether there is a pending timer session scheduled for a configuration file and indicates whether the running configuration and the saved configuration files are identical or different. This command also displays the number of error files that will be held in the flash directory. Exibe se h uma sesso temporizador pendente prevista para uma configurao arquivo e indica se a configurao atual e a arquivos de configurao salvos so idnticos ou diferentes. Este comando tambm exibe o nmero de arquivos de erro, que ser realizada no diretrio flash. show configuration snapshot Generates a snapshot file of the switchs non-default current running configuration. A snapshot can be generated for all current network features or for one or more specific network features. A snapshot is a single text file that can be viewed, edited, and reused as a configuration file. Gera um arquivo de snapshot de no-default funcionamento atual do interruptor configurao. Um instantneo pode ser gerado por todos os recursos de rede atuais ou para um ou mais recursos de rede especficos. Um instantneo um nico arquivo de texto que pode ser visualizado, editado e reutilizados como um arquivo de configurao. write terminal Displays the switchs current running configuration for all features.

Exibe configurao atual do switch para todos os recursos.


show user Displays information about all users or a particular user configured in the local user database on the switch. show user password-size Displays the minimum number of characters that are required for a user password. show user password-expiration Displays the expiration date for passwords configured for user accounts stored on the switch.

show user password-policy Displays the global password settings configured for the switch. show user lockout-setting Displays the global user lockout settings configured for the switch. show end-user profile Displays information about end-user profiles. show aaa classification-rule Displays hexadecimal values for command domains/families.

Related Commands (Comandos relacionados)


vlan port default show vlan show vlan port

Estaticamente atribui portas a uma VLAN. Exibe uma lista de VLANs existentes. Exibe VLAN atribuies de porta.

IP Commands
Este captulo detalha os comandos de Internet Protocol (IP) para o switch. IP uma camada de rede (camada 3) protocolo que contm informaes de endereamento e alguma informao de controlo que permite que os pacotes sejam encaminhados. IP est documentado na RFC 791 e o protocolo de camada de rede primria na Internet protocolo suite. Junto com o Transmission Control Protocol (TCP), IP representa o corao do Protocolos da Internet. IP est habilitado no interruptor por padro, e existem algumas opes que podem, ou devem ser, configurado. Este captulo fornece instrues sobre os comandos bsicos de configurao de IP. Tambm inclui comandos para alguns Camadas 3 e 4 protocolos que so associados com o IP: Address Resolution Protocol (ARP)-Usado para coincidir com o endereo IP de um dispositivo com o seu fsico (MAC). Internet Control Message Protocol (ICMP)-Especifica a gerao de mensagens de erro, pacotes de teste, e mensagens informativas relacionadas a IP. ICMP suporta o comando ping. O comando ping usado para determinar se os hosts da rede esto online. Transmission Control Protocol (TCP)-A principal mecanismo de transporte de dados que fornece confivel, orientado a conexo, fluxos de dados full-duplex. Enquanto o papel de TCP adicionar fiabilidade IP, TCP baseia-se em IP para fazer o fornecimento real de datagramas. User Datagram Protocol (UDP)-Um protocolo de camada de transporte secundrio que usa IP para a entrega. UDP no orientado a conexo e no fornece entrega end-to-end confivel de datagramas. mas alguns aplicativos podem usar com segurana UDP para enviar datagramas que no exigem a sobrecarga extra adicionado por TCP. Os comandos IP tambm incluem proteo contra ataques de negao de servio (DoS). O objetivo desse recurso para proteger a chave de ataques de negao de servio conhecidos e para notificar o administrador ou gerente, quando um ataque est em andamento. Alm disso, as notificaes podem ser enviadas quando varreduras de portas esto sendo realizadas. Este captulo fornece instrues sobre os comandos bsicos de configurao de IP. Tambm inclui comandos para alguns Camadas 3 e 4 protocolos que so associados com o IP. Examples
-> ip interface Marketing -> ip interface Payroll address 18.12.6.3 vlan 255 -> ip interface Human Resources 10.200.12.101 vlan 500 no forward snap

-> ip interface Distribution 11.255.14.102 vlan 500 local-proxy-arp primary

Related Commands show ip interface

Displays the status and configuration of IP interfaces.

Related Commands(Comandos relacionados) show ip route Mostra o nome do aplicativo e o nome da interface correspondente. show ip interface Mostra a configurao eo status de interfaces IP. ip interface Configura uma interface IP para permitir o roteamento IP em uma VLAN.

ip static-route
Cria ou exclui uma rota esttica IP. As rotas estticas so definidas pelo usurio, eles carregam uma prioridade maior do que rotas criado por protocolos de roteamento dinmico. Ou seja, as rotas estticas tm sempre prioridade sobre rotas dinmicas, independentemente do valor de mtrica.
ip static-route ip_address [mask mask] gateway gateway [metric metric] no ip static-route ip_address [mask mask] gateway ip_address [metric metric]

Related Commands(Comandos relacionados) show ip route Exibe a tabela de encaminhamento IP. show ip router database Exibe o contedo do banco de dados do roteador IP.

Ping
Testa se um destino de IP pode ser alcanado a partir da central local. Este comando envia um ICMP echo solicitar a um destino e aguarda uma resposta. Para executar ping um destino, digite o comando ping e digite o endereo IP de destino ou hostname. O interruptor pings o destino utilizando o padro contagem de quadros, o tamanho do pacote, intervalo, e os parmetros de tempo de espera (6 quadros, 64 bytes, um segundo, e 5 segundos respectivamente). Tambm possvel personalizar qualquer ou de todos estes parmetros, tal como descrito no comando.
ping {ip_address | hostname} [source-interface ip_interface] [[sweep-range start_size | end_size | diff_size] | [count count] [size packet_size]] [interval seconds] [timeout seconds] [tos tos_val] [dont-fragment] [data-pattern string]

Related Commands (Comandos relacionados)


traceroute

Encontra o caminho percorrido por um pacote IP do switch local para um destino especificado.

verifying the SNMP Configuration


To display information about SNMP management stations, trap management, community strings, and security, use the show commands listed in the following table. For more information about the resulting displays from these commands, see the OmniSwitch 6250/6450 CLI Reference Guide.

show snmp station Displays current SNMP station information including IP address, UDP Port number, Enabled/Disabled status, SNMP version, and user account names. show snmp community map Shows the local community strings database including status, community string text, and user account name. show snmp security Displays current SNMP security status. show snmp statistics Displays SNMP statistics. Each MIB object is listed along with its status. show snmp mib family Displays SNMP MIB information. Information includes MIP ID number, MIB table name, and command family. show snmp trap replay Displays SNMP trap replay information. This includes the IP address of the SNMP station manager that replayed each trap and the number of the oldest replayed trap. show snmp trap filter Displays the current SNMP trap filter status. This includes the IP address of the SNMP station that recorded the traps and the identification list for the traps being filtered. show snmp authentication trap Displays the current authentication failure trap forwarding status (that is, enable or disable). show snmp trap config Displays SNMP trap information including trap ID numbers, trap names, command families, and absorption rate. This command also displays the Enabled/Disabled status of SNMP absorption and the Traps to WebView service.

Você também pode gostar