Comandos Switch Alcatel

Share Embed Donate


Short Description

Download Comandos Switch Alcatel...

Description

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, name, inactivity timer, login timer, 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. Guide . Additional information can also be found in “Using “Show” Commands” on  page 6-5. 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  identical or different  different . This command also displays the number of error files that will be held in the flash directory.

Exibe se há uma sessão temporizador temporizador pendente prevista para uma configuração arquivo e indica se a configuração atual e a arquivos de configuração salvos são idênticos ou diferentes. Este comando também exibe o número de arquivos de erro, que será realizada no diretório flash. show configuration snapshot Generates a snapshot file of the switch’s non-default 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 não-default funcionamento atual do interruptor  configuração. Um instantâneo pode ser gerado por todos os recursos de rede atuais ou para um ou mais recursos de rede específicos. Um instantâneo é um único arquivo de texto que pode ser visualizado, editado e reutilizados como um arquivo de configuração. write terminal Displays the switch’s current running configuration for all features.

Exibe configuração 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-expira password-expiration tion 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 atribuições de porta.

IP Commands Este capítulo detalha os comandos de Internet Protocol (IP) para o switch. IP é uma camada de rede (camada 3) protocolo que contém informações de endereçamento e alguma informação de controlo que permite que os pacotes sejam encaminhados. IP está documentado na RFC 791 e é o protocolo de camada de rede primária na Internet protocolo suite. Junto com o Transmission Control Protocol (TCP), IP representa o coração do Protocolos da Internet. IP está habilitado no interruptor por padrão, e existem algumas opções que podem, ou devem ser, configurado. Este capítulo fornece instruções sobre os comandos básicos de configuração de IP. Também inclui comandos para alguns Camadas 3 e 4 protocolos que são associados com o IP: Address Resolution Protocol (ARP)-Usado para coincidir com o endereço IP de um dispositivo com o seu físico (MAC). Internet Control Message Protocol (ICMP)-Especifica a geração 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 estão online. Transmission Control Protocol (TCP)-A principal mecanismo de transporte de dados que fornece confiável, orientado a conexão, 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 secundário que usa IP para a entrega. UDP não é orientado a conexão e não fornece entrega end-to-end confiável de datagramas. mas alguns aplicativos podem usar com segurança UDP para enviar datagramas que não exigem a sobrecarga extra adicionado por TCP. Os comandos IP também incluem proteção contra ataques de negação de serviço (DoS). O objetivo desse recurso é para proteger a chave de ataques de negação de serviço conhecidos e para notificar o administrador ou gerente, quando um ataque está em andamento. Além disso, as notificações podem ser enviadas quando varreduras de portas estão sendo realizadas. •







Este capítulo fornece instruções sobre os comandos básicos de configuração de IP. Também inclui comandos para alguns Camadas 3 e 4 protocolos que são 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. Mostra a configuração eo status de interfaces IP. show ip interface ip interface Configura uma interface IP para permitir o roteamento IP em uma VLAN.

ip static-route Cria ou exclui uma rota estática IP. As rotas estáticas são definidas pelo usuário, eles carregam uma prioridade maior do que rotas criado por protocolos de roteamento dinâmico. Ou seja, as rotas estáticas têm sempre prioridade sobre rotas dinâmicas, independentemente do valor de métrica. 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) Exibe a tabela de encaminhamento IP. show ip route show ip router database Exibe o conteúdo do banco de dados do roteador IP.

Ping Testa se um destino de IP pode ser alcançado 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 endereço IP de destino ou hostname. O interruptor  pings o destino utilizando o padrão contagem de quadros, o tamanho do pacote, intervalo, e os parâmetros de tempo de espera (6 quadros, 64 bytes, um segundo, e 5 segundos respectivamente). Também é possível personalizar qualquer ou de t odos estes parâmetros, 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.

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF