-
Follow Me
Follow Me On Facebook
Search
2.3.1.2 Packet Tracer - Skills Integration Challenge
Tuesday, 18 November 2014
S1 CLI
Switch>en
Switch #conf t
Switch(config) #hostname S1
S1 (config) # banner motd #warning#
S1 (config) # line console 0
S1 (config-line) # pass cisco
S1 (config-line) # login
S1 (config-line) # exit
S1 (config) # enable secret class
S1 (config) # service password-encryption
S1 (config) # int vlan 1
S1 (config-if) # ip add 10.10.10.2 255.255.255.0
S1 (config-if) # no shut
S1 (config-if) # exit
S1 (config) # ip domain-name cisco.com
S1 (config) # crypto key generate rsa
How many bits in the modulus [512]: 1024
S1 (config) # ip ssh version 2
S1 (config) # user admin pass ccna
S1 (config) # line vty 0 15
S1 (config-line) # login local
S1 (config-line) # transport input ssh
S1 (config-line) # end
S1#conf t
S1 (config) # int range fa0/1-24, g1/1-2
S1 (config-if-range) # shutdown
S1 (config-if-range) # exit
S1 (config) # int range fa0/1-2
S1 (config-if-range) # switchport mode access
S1 (config-if-range) # switchport port-security
S1 (config-if-range) # switchport port-security maximum 2
S1 (config-if-range) # switchport port-security mac-address sticky
S1 (config-if-range) # switchport port-security violation shutdown
S1 (config-if-range) # no shutdown
----------------------------------------------------------------------------------------------------
PC1 > Destop > IP Configuration
Ip add : 10.10.10.10
Subnet mask : 255.255.255.0
PC2 > Destop > IP Configuration
Ip add : 10.10.10.11
Subnet mask : 255.255.255.0
Terima Kasih,Semoga bermanfaat
3 comments:
why in this part,
S1 (config) # int range fa0/1-24, g1/1-2
it says that its rejected?
me too
S1(config)# int range fa0/1-24, g0/1-2
this was the error for that entry
Post a Comment