You are on page 1of 4

Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R1 R1(config)#ip domain R1(config)#ip domain-name % Incomplete command. R1(config)#ip R1(config)#ip domain R1(config)#exit R1# %SYS-5-CONFIG_I: Configured from console by console R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip R1(config)#ip domain R1(config)#ip domain-name % Incomplete command. R1(config)#ip domain % Incomplete command. R1(config)#ip domain-name % Incomplete command. R1(config)#ip domain-name duet.com R1(config)#crypto ? dynamic-map Specify a dynamic crypto map template key Long term key operations R1(config)#crypto key ? generate Generate new keys zeroize Remove keys R1(config)#crypto key generate? generate R1(config)#crypto key generate ? rsa Generate RSA keys R1(config)#crypto key generate rsa ? <cr> R1(config)#crypto key generate rsa 1024 ^ % Invalid input detected at '^' marker. R1(config)#crypto key generate rsa The name for the keys will be: R1.duet.com Choose the size of the key modulus in the range of 360 to 2048 for your General Purpose Keys. Choosing a key modulus greater than 512 may take a few minutes. How many bits in the modulus [512]: 1024 % Generating 1024 bit RSA keys, keys will be non-exportable...[OK] R1(config)#

R1(config)# *Mar 1 0:11:19.30: %SSH-5-ENABLED: SSH 1.99 has been enabled

R1(config)#username R1(config)#? Configure commands: aaa access-list banner boot cdp class-map clock config-register crypto do dot11 enable end exit hostname interface ip ipv6 license line logging login mac-address-table no ntp parser policy-map priority-list privilege queue-list radius-server router secure security service snmp-server spanning-tree tacacs-server username vpdn vpdn-group zone zone-pair R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)# R1(config)#

duet Authentication, Authorization and Accounting. Add an access list entry Define a login banner Modify system boot parameters Global CDP configuration subcommands Configure Class Map Configure time-of-day clock Define the configuration register Encryption module To run exec commands in config mode IEEE 802.11 config commands Modify enable password parameters Exit from configure mode Exit from configure mode Set system's network name Select an interface to configure Global IP configuration subcommands Global IPv6 configuration commands Configure license features Configure a terminal line Modify message logging facilities Enable secure login checking Configure the MAC address table Negate a command or set its defaults Configure NTP Configure parser Configure QoS Policy Map Build a priority list Command privilege parameters Build a custom queue list Modify Radius query parameters Enable a routing process Secure image and configuration archival commands Infra Security CLIs Modify use of network based services Modify SNMP engine parameters Spanning Tree Subsystem Modify TACACS query parameters Establish User Name Authentication Virtual Private Dialup Network VPDN group configuration FW with zoning Zone pair command

R1(config)# R1(config)# R1(config)# R1(config)#username duet ? password Specify the password for the user privilege Set user privilege level secret Specify the secret for the user <cr> R1(config)#username duet R1(config)#username duet ? password Specify the password for the user privilege Set user privilege level secret Specify the secret for the user <cr> R1(config)#username duet privilege ? <0-15> User privilege level R1(config)#username duet privilege 15 R1(config)#username duet privilege 15 secret duet R1(config)#line vty 0 4 R1(config-line)#login local R1(config-line)#transport ? input Define which protocols to use when connecting to the terminal server output Define which protocols to use for outgoing connections R1(config-line)#transport input % Incomplete command. R1(config-line)#transport input ? all All protocols none No protocols ssh TCP/IP SSH protocol telnet TCP/IP Telnet protocol R1(config-line)#transport input % Incomplete command. R1(config-line)#transport input ssh R1(config-line)# int ga 0/0/0 ^ % Invalid input detected at '^' marker. R1(config-line)# int ge 0/0 ^ % Invalid input detected at '^' marker. R1(config-line)#int R1(config-line)#exit R1(config)#int ge 0/0 ^ % Invalid input detected at '^' marker. R1(config)#exit R1# %SYS-5-CONFIG_I: Configured from console by console R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int R1(config)#interface g 0/0 R1(config-if)#ip address 192.168.0.1 255.255.255.0 R1(config-if)#no shut R1(config-if)# %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed stat e to up R1(config-if)#

You might also like