28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

28. CDPCP: O CONFACK [REQsent]<br />

29. IPCP: I CONFACK [ACKsent]<br />

30. IPCP: Address 200.200.200.1<br />

31. IPCP: State is Open<br />

32. CDPCP: I CONFACK [ACKsent]<br />

33. CDPCP: State is Open<br />

34. IPCP: Install route to 200.200.200.2<br />

35. Line protocol on Interface Serial0/0, changed state to up<br />

In lines 4-9 we can see what is involved with “tearing down” a connection<br />

session. Obviously we would expect to have to re-create those to establish a new<br />

PPP session. We see that IPCP went down, then CDPCP, then PPP and finally<br />

LCP. Lastly the route was removed. We would expect to see the creation in the<br />

reverse order.<br />

In line 13 we see, after our serial line is re-connected, the beginning step of<br />

establishing a PPP session.<br />

In 15-18 we see our LCP negotiation phase:<br />

1. a request from s0/0 to s0/1 (line 15),<br />

2. the acknowledgement of that request from s0/1 that s0/0 wants to<br />

establish LCP (line 16),<br />

3. then the acknowledgement of s0/0 that s0/1 received the request from<br />

s0/0 to establish an LCP (line 17).<br />

4. Then LCP is “open” (line 18).<br />

Then we see our PPP “phase” is set to up in line 19.<br />

Then we see our IPCP and CDPCP being brought back up just about the same<br />

time in the remainder of our script. During the IPCP:<br />

1. We see s0/0 send it’s ip address (200.200.200.1) to s0/1 (lines 20-21)<br />

2. Then s0/1 sends it’s ip address (200.200.200.2) to s0/0 (lines 23-24)<br />

3. Then s0/0 sends an acknowledgement to s0/1 that it received the ip<br />

address from s0/1 (lines 25-26)<br />

4. Then s0/1 sends an acknowledgement to s0/0 that it received the ip<br />

address from s0/0 (lines 29-30)<br />

5. Finally the route is established (line 34)<br />

During the CDPCP:<br />

1. a CDPCP configuration request is sent from s0/0 to s0/1 (line 22/27)<br />

2. an acknowledgement of receipt of that request is sent from s0/1 to s0/0<br />

(line 28).<br />

3. an acknowledgement of receiving that acknowledgement is sent from<br />

s0/0 to s0/1 (line 32).<br />

4. The CDPCP state is set to “open.”<br />

Our order has reversed itself and our connection, via PPP encapsulation, is now<br />

ready to communicate!<br />

380

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!