ACL
ChrisPinSg
Member Posts: 8 ■□□□□□□□□□
in CCNA & CCENT
how do i 4. Configure NAT on Router A to translate the inside host odd addresses of Subnet A to 11.12.13.0/28 address space.
i did
ip nat pool LabA 11.12.13.1 11.12.13.15 netmask 255.255.255.240
ip classless
!
access-list 1 permit 10.1.2.1 0.0.0.254
and what is suppose to happen is a pc connectred to router a with a odd add not allowed to ping outside or is pc at router a not allowed to ping odd/even pcs at router b.
i did
ip nat pool LabA 11.12.13.1 11.12.13.15 netmask 255.255.255.240
ip classless
!
access-list 1 permit 10.1.2.1 0.0.0.254
and what is suppose to happen is a pc connectred to router a with a odd add not allowed to ping outside or is pc at router a not allowed to ping odd/even pcs at router b.
Comments
-
dtlokee Member Posts: 2,378 ■■■■□□□□□□This sounds like someone's homework assignment!The only easy day was yesterday!
-
mikej412 Member Posts: 10,086 ■■■■■■■■■■dtlokee wrote:This sounds like someone's homework assignment!
But by the time s/he gets through this post that has the answer in it..... they could learn something
http://www.techexams.net/forums/viewtopic.php?t=5547
I guess the even/odd question is still popular after all these years to see if students actually understand the concept of a wildcard mask and how to figure them out.
And a more current version....
http://www.techexams.net/forums/viewtopic.php?t=27991:mike: Cisco Certifications -- Collect the Entire Set! -
ITdude Member Posts: 1,181 ■■■□□□□□□□dtlokee wrote:This sounds like someone's homework assignment!
Is there any extra credit question?I usually hang out on 224.0.0.10 (FF02::A) and 224.0.0.5 (FF02::5) when I'm in a non-proprietary mood.
__________________________________________
Simplicity is the ultimate sophistication.
(Leonardo da Vinci) -
dtlokee Member Posts: 2,378 ■■■■□□□□□□mikej412 wrote:dtlokee wrote:This sounds like someone's homework assignment!
But by the time s/he gets through this post that has the answer in it..... they could learn something
http://www.techexams.net/forums/viewtopic.php?t=5547
I guess the even/odd question is still popular after all these years to see if students actually understand the concept of a wildcard mask and how to figure them out.
And a more current version....
http://www.techexams.net/forums/viewtopic.php?t=27991
Mike do you have a commercially available version of your "hyperlink indexing software" available for sale? You always seem to be johnny on the spot with the links!The only easy day was yesterday! -
ChrisPinSg Member Posts: 8 ■□□□□□□□□□hahah thanks for the replies... this is not a homeowrk assignment it was my lab test... that part was worth like 5%... but i din bother aced the rest... so was just checking how do i do that for future references