set the telnet and enable passwords |
set the services to sane levels |
every interface should have |
setup the timezone |
access-list if you want useful logs, end each of your access lists with this:access-list 102 deny udp any gt 0 any gt 0 log access-list 102 deny tcp any gt 0 any gt 0 log access-list 102 deny ip any any |
decide how to deal with DNS client config on the router |
set the default route to the next router or interface upstream This is usually the ISP router, or corporate router |
setup logging no logging console logging 66.37.143.66 [or a more appropriate log server] logging buffered 40960 informational logging facility local7 logging monitor informational logging source-interface eth0 [or whatever interface has a "well known" address] |
setup NTP as needed. Pick three NTP servers from the list below |
Frame Relay setup on CPE |
setup NAT/PAT for one address
The following will setup PAT and translate any host connected on, or behind fastethernet0, with IP address 10.10.199.*, to 66.37.129.153. This setup is useful for outgoing traffic, but does not allow generic incoming traffic. access-list 10 permit 10.10.199.0 0.0.0.255 ip nat pool SOMENAME 66.37.129.153 66.37.129.153 netmask 255.255.255.252 ip nat inside source list 10 pool SOMENAME overload int serial0.16 ip nat outside int fast0 ip nat inside setup static NAT ip nat inside source static 10.10.199.2 66.37.129.152 no-alias |
OSPF
router ospf 100 log-adjacency-changes network 0.0.0.0 255.255.255.255 area 0 redistribute static subnets default-information originate {always} ! |
Troubleshooting commands
show ip route show ip access-lists show ip access-list # show ip inspect name NAME show ip inspect session -- current sessions show ip inspect all -- both of above show ip ospf neighbors show processes cpu sorted show processes memory sorted |