cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3499
Views
0
Helpful
46
Replies

student requesting for Cisco packet tracer configuration assignment

Arn2x
Level 1
Level 1

Hello,

Can anyone here by any chance would be able help me with my cisco packet tracer configuration assignment?

i can upload the packet tracer file

Thanks in advance

46 Replies 46

Ok Thank you so much Flavio

Hi Flavio,

can you please check why i cannot ping HR PC trying to ping from marketing and tech support

 

Thanks,

Arnold

Are you sure. I can ping from my file just fine from HR to Marketing.

hr to marketing is ok pinging, but pingimg from marketing and tech support pc i cannot ping HR and cannot telnet router 0 1 2?

there was an error on the ACL

It should be

access-list 100 permit icmp any any echo-reply
access-list 100 deny ip any 192.168.3.16 0.0.0.15
access-list 100 permit ip any any
!

I change the ACL and it seems fine now. Take a look

Hi Flavio,

I was trying to telnet router 0 1 and 2 but i cannot telnet, i tried to set the vty 04 password cisco but still telnet is not working

can you please check?

Thank you

 

Run this config on the router

line vty 0 4

 transport input all

login local

 

Then, create username and password

username user privilege 15 password cisco

enable secret cisco

 

 

ok thank you

Can you telnet now?

 

yes i can telnet now thanks for giving the telnet commands

but what is the command if i want only the VLAN 40 IT pc's can only telnet router 0?

Replied  below

Hi Flavio,

What is the command on Router 0 if i want only VLAN40 IT pc's can telnet router 0 but no other network or vlan can telnet router 0?

Thanks

You can create an access-list permiting only IT PC

 

access-list 101 permit tcp 192.168.3.16 0.0.0.15 any eq telnet

 

Then, you apply to the line vty 0 4

line vty 0 4

access-class 101 in

 

The router will allow only telnet from IT network.

 

 

Thank you so much i appreciate your help