TERMINAL CONTROLS:
HOST NAME:
BANNER:
DESCRIPTIONS:
CLOCK:
# clock set hh:mm:ss dd month yyyy - Example: clock set 14:35:00 25 August 2003
CHANGING THE REGISTER:
BOOT SYSTEM:
CDP:
HOST TABLE:
DOMAIN NAME SERVICES:
CLEARING COUNTERS:
STATIC ROUTES:
IP ROUTING:
IPX ROUTING:
ACCESS LISTS:
| IP Standard | 1-99 |
| IP Extended | 100-199 |
| IPX Standard | 800-899 |
| IPX Extended | 900-999 |
| IPX SAP Filters | 1000-1099 |
IP STANDARD:
IP EXTENDED:
-protocols: tcp, udp, icmp, ip (no sockets then), among others
-source then destination address
-eq, gt, lt for comparison
-sockets can be numeric or name (23 or telnet, 21 or ftp, etc)
IPX STANDARD:
IPX EXTENDED:
- Permit protocol src_add socket dest_add socket
-“all” includes all sockets, or can use socket numbers
-Permits any protocol with any address on any socket to go anywhere
IPX SAP FILTER:
-or-
-or-
NAMED ACCESS LISTS:
-can be ip or ipx, standard or extended
-followed by the permit or deny list
-use the list name instead of a list number
-allows for a larger amount of access-lists
PPP SETUP:
-order in which they will be used
-only attempted with the authentification listed
-if one fails, then connection is terminated
-username is the router that will be connecting to this one
-only specified routers can connect
-if this is set on all routers, then any of them can connect to any other
-set same on all for easy configuration
ISDN SETUP:
DDR - 4 Steps to setting up ISDN with DDR
- Configure switch type
- Configure static routes
- Configure Interface
- Specify interesting traffic
- Other Options
Config# isdn switch-type basic-5ess - can be done at interface config
Config# ip route 123.4.35.0 255.255.255.0 192.3.5.5 - sends traffic destined for 123.4.35.0 to 192.3.5.5
Config# ip route 192.3.5.5 255.255.255.255 bri0 - specifies how to get to network 192.3.5.5 (through bri0)
Config-if# ip address 192.3.5.5 255.255.255.0
Config-if# no shutdown
Config-if# encapsulation ppp
Config-if# dialer-group 1 - applies dialer-list to this interface
Config-if# dialer map ip 192.3.5.6 name Lab-b 5551212
connect to lab-b at 5551212 with ip 192.3.5.6 if there is interesting traffic
can also use “dialer string 5551212” instead if there is only one router to connect to
Config# dialer-list 1 ip permit any
-or-
Config# dialer-list 1 ip list 101 - use the access-list 101 as the dialer list
Config-if# hold-queue 75 - queue 75 packets before dialing
Config-if# dialer load-threshold 125 either
-load needed before second line is brought up
-“125” is any number 1-255, where % load is x/255 (ie 125/255 is about 50%)
-can check by in, out, or either
Config-if# dialer idle-timeout 180
-determines how long to stay idle before terminating the session
-default is 120
-maps the dlci to the interface
-can add BROADCAST and/or IETF at the end
-maps an IP to a dlci (48 in this case)
-required if IARP is turned off
-ietf and broadcast are optional