| 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 is case
sensitive and must match the destination router's hostname exactly.
The password happy is used as the ppp authentication password for the user HQ.
It is also case sensitive and must be the same as the password for username remote
on the HQ router.
Note: To avoid confusion, the unencrypted form of the password happy 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
| 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.
novell-ether = Ethernet_802.3 encapsulation
sap = Ethernet_802.2 encapsulation
arpa = Ethernet_II encapsulation
snap = Ethernet_Snap encapsulation
hdlc = HDLC encapsulation (serial interfaces only)
| interface bri 0 | Shows the interface and its configuration (in this example it is only a header).
This is also the command that changes the currant 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 specifiedsite 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 chap | Enables ppp authentication via chap (Challenge Handshake 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
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|
|
|---|