You are on page 1of 2

Open Putty

1. Telnet into visible node

> telnet 10.30.0.33


password: ericsson
>enable (to enter privilage mode)
#show network

2. Check unconfigured neighbours


Choose a neighbour to work with
Telnet into the the chosen neighbour

> telnet 10.30.0.33


password: ericsson
>enable (to enter privilage mode)
#show run

3. Check the "router ospf" configuration of the node


[Always use ? to see available options e.g. conf ?]
Now configure the OSPF area for the node

#conf
#router ospf
#no network 192.168.0.1/24 0.0.0.1
and/or
#no area 0.0.0.1 stub [no summary]
#ctrl z
#write (Writes the changes to the start-up configuration)
#config ospf
#network 10.30.3.0/24 area 0.0.0.3/network 10.30.3.0 255.255.255.0 area 0.0.0.3
#area 0.0.0.3 stub/ area 0.0.0.3 no summary
#ctrl z
#write

4. Now that the OSPF for the node has been configured, configure the IP address for the PPP

#show network

5. Check the Service Channel that needs to be configured (Usually serial)

#conf
#interface serial 1/2/1 SC1/2
#no shutdown (To bring up the interface)
#ip numbered
#ip address 10.30.3.1

6. Close the session

7. Open the LCT for the near end/visible node


8. Check the position of the PPP on the AMM
8. Configure the PPP IP address on the SC 1/2 coresponding to the link
9. Check the PPP status to see if the PPP is configured for the SC
10. Login to the far end using the PPP IP address
11. Change the IP address of the node to the correct IP address
12. Check everything on the node
13. [Update the spreadsheet]

You might also like