cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
542
Views
0
Helpful
3
Replies

Unable to connect with SDM to 871W

Steve Babcock
Level 1
Level 1

I AM able to connect to the 871W router with IP address 10.10.0.1

BUT, when I change it to 10.0.0.1, I cannot connect.

The router appears to have saved the change and to be functioning on this address as it provides DHCP IP addresses properly to my PC (10.0.0.90)

Steve

3 Replies 3

Lucien Avramov
Level 10
Level 10

I remember that there is an access-list per default on the router per the factory config.

You may want to go in the CLI: telnet to the router and then check for any access lists applied to the interfaces and remove them.

thanks - I can see the SDM Default ACL for 10.0.0.0 in SDM. Where in the CLI can I remove the rule.

Thanks,

STeve

Under the interfaces, there is a command:

ip access-group XX in

or

ip access-group XX out

Where XX is the ACL number. Remove those commands from the cli, after you found from the show run output, which interfaces they are applied on with the following command:

router#conf t

router(config)#int f0/0

router(config-if)#no ip access-group XX in

That example was on interface fastethernet 0/0

This should solve your issue.

Review Cisco Networking products for a $25 gift card