Here is what I have so far. I am trying to set up a Vlan network consisting of 4 subnets.

ROUTER INFORMATION:
Int F0/1
No switchport
IP add 172.10.1.1 255.255.255.248
Int F0/2
No switchport
IP add 172.20.1.1 255.255.255.248
Int F0/3
No switchport
IP add 172.1.1.1 255.255.255.248
IP access-group initial in
Int F0/4
No switchport
IP add 172.30.1.1 255.255.255.248
Router EIGRP 6035
Network 172.10.1.1 0.0.0.7
Network 172.20.1.1 0.0.0.7
Network 172.1.1.1 0.0.0.7
No auto-summary
IP access-list extended initial
10 deny ip 172.16.0.0 0.0.0.255
20 deny ip 38.9.211.64 0.0.0.63
30 deny ip 172.1.1.1 0.0.0.7
40 permit ip any any log

My instructor says it still needs work. Can anyone steer me in the right direction.

Recommended Answers

All 2 Replies

hi, you must know how a network (lan) works...before you try to do somethings which is complicated...try to explore more and learn more.. check out google for TCP-IP fundamentals..it might lead you how to configure your VLAN...good luck..

hello.
1.Wich router do you have?
2. you dont have encapsulation on this router

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.