| hostname remote | Configures router name which will be used for negotiation purposes when PPP
authentication is enabled. The name of this router is "remote". When configuring
PPP authentication the destination router must have a username of "remote" (this is
case sensitive so it must match exactly) and the same is true in terms of this router
it needs the user name and password of the remote router (see below for further
description)
| username HQ password happy | The username "HQ: is the hostname of the destination router and is referenced in
the dialer map command for authentication purposes. The username and password
are case sensitive and must match the destination router's hostname (system name) exactly.
| username remote password doc | The username "remote" is the hostname of the local router. This username and password
is sent with bi-directional pap authentication is negotiated. The username and password
are case sensitive and must match the destination routers username and password exactly.
Note: To avoid confusion, the unencrypted form of the password is shown
in this sample configuration. In the actual configuration, the password would
appear in its encrypted form: (i.e. 7 "encrypted symbols" where 7 denotes the
encryption type and the encrypted symbols are the encrypted form of the password
happy) When entering or making changes to the username command, always type the
password in its unencrypted form. Do not enter the encryption type (7). It is set automatically.
| ipx routing | Configures IPX routing for this router. Also automatically enables rip routing
| controller t1 0 | configures a T1 or E1 controller and the network interface module (NIM) number
| framing esf | sets the T1 frame type to extended super frame
| linecode b8zs | selects the line-code type to b8zs when a T1 is attached to an ISDN PRI
| pri-group timeslots 1-24 | specifies ISDN Primary Rate Interface on a channelized T1 card
| interface ethernet 0 | Shows the interface and its configuration (in this example it is only a header).
This is also a command that changes the currant location into the preceeding
interface. After changing into an interface, you may enter all needed config
commands
| ipx network 8888 encapsulation novell-ether | Configures the IPX network number for the ethernet lan. This is not learned and
must be configured. The encapsulation portion sets the framing for the lan
segment. You can use the following table to find out what encapsulation method
you require
| interface serial 0:23 | Shows the PRI interface and its configuration (in this example it is only a header).
This is also the command that changes the current location into the preceeding
interface. After changing into an interface, you may enter all needed config commands.
| ipx network AFAF | Configures the ipx network number on the wan interface. This be configured the
same on both the 75x wan interface and the IOS routers wan interface (BRI0)
| encapsulation ppp | Enables ppp encapsulation in order to negotiate ppp
| dialer map ipx AFAF.0040.f902.cbb4 name HQ broadcast 14085221234 | Configures ISDN interface to place a call to a specified site and also aids
in authentication. This command maps the specified network number (AFAF) to
the mac address of the remote router (75x's MAC address 0040f902cbb4) as
well as the name (HQ) of the remote router
| dialer-group 1 | The dialer-group 1 command associates this interface with the dialer-list 1 definition.
The interface will now consider anything defined in dialer-list 1 as interesting traffic
and initiate a call if there is not a connection already.
| ppp authentication pap | Enables ppp authentication via pap (Password Authentication Protocol)
| ppp multilink | Enables ppp multilink which allows the use of both B channels for traffic.
| dialer-list 1 protocol ipx permit | This command defines a dialer list to control dialing by protocol or by a comination of
protocol and access list. This is a global command entered at the "router name(config)#"
prompt
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|