cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
284
Views
0
Helpful
1
Replies

I'm confused!!!!

tkatsiaounis
Level 1
Level 1

Hello.

I have a series of 10 cisco 877 and 876 routers and i want to deploy the internal firewall to deny access to everyone except the headquarters ip for management purposes.

Although i choose permit any any for my ip address i cannot access my devices.

How can i setup my routers to access via telnet, ssh and sdm???

Thanks in advance,.

1 Accepted Solution

Accepted Solutions

ahmednaas
Level 4
Level 4

Here how you can limit telnet access by ip address:

Router#config terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#access-list 10 permit 10.8.10.12

Router(config)#access-list 10 permit 10.8.20.5

Router(config)#access-list 10 deny any

Router(config)#line vty 0 4

Router(config-line)#access-class 10 in

Router(config-line)#^Z

Router#

Post your config for further help.

View solution in original post

1 Reply 1

ahmednaas
Level 4
Level 4

Here how you can limit telnet access by ip address:

Router#config terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#access-list 10 permit 10.8.10.12

Router(config)#access-list 10 permit 10.8.20.5

Router(config)#access-list 10 deny any

Router(config)#line vty 0 4

Router(config-line)#access-class 10 in

Router(config-line)#^Z

Router#

Post your config for further help.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: