- Posts: 8
- Thank you received: 0
How to permit only one ip with standard ACL
- davindersingh9
- Topic Author
- Offline
- New Member
Less
More
13 years 11 months ago #35804
by davindersingh9
Davinder Singh
How to permit only one ip with standard ACL was created by davindersingh9
I have CISCO router
I want to block my local network but except a computer.
Local Network ip is - 192.168.0.0/24
and that computer ip is 192.168.0.2/24
please tell me what is the procedure ?
I want to block my local network but except a computer.
Local Network ip is - 192.168.0.0/24
and that computer ip is 192.168.0.2/24
please tell me what is the procedure ?
Davinder Singh
13 years 11 months ago #35811
by Chojin
CCNA / CCNP / CCNA - Security / CCIP / Prince2 / Checkpoint CCSA
Replied by Chojin on topic Re: How to permit only one ip with standard ACL
router#conf t
router(config-if)ip access-list standard 50
nua0mx01(config-std-nacl)ip permit host 192.168.0.24.
Then apply the ACL towards the SVI/Routed interface you want to.
router(config-if)ip access-list standard 50
nua0mx01(config-std-nacl)ip permit host 192.168.0.24.
Then apply the ACL towards the SVI/Routed interface you want to.
CCNA / CCNP / CCNA - Security / CCIP / Prince2 / Checkpoint CCSA
- davindersingh9
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 11 months ago #35816
by davindersingh9
thanx its working but there is some mistake no prob its okey
nua0mx01(config-std-nacl)permit host 192.168.0.24
this command is working
Davinder Singh
Replied by davindersingh9 on topic Re: How to permit only one ip with standard ACL
router#conf t
router(config-if)ip access-list standard 50
nua0mx01(config-std-nacl)ip permit host 192.168.0.24.
Then apply the ACL towards the SVI/Routed interface you want to.
thanx its working but there is some mistake no prob its okey
nua0mx01(config-std-nacl)permit host 192.168.0.24
this command is working
Davinder Singh
Time to create page: 0.119 seconds