ofps复习实验

R1:
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip address 192.168.1.254 24
Apr 13 2024 22:44:45-08:00 r1 %%01IFNET/4/LINK_STATE(l)[19]:The line protocol IP
 on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r1-GigabitEthernet0/0/0]int s1/0/0
[r1-Serial1/0/0]ip address 15.0.0.1 24
[r1-Serial1/0/0]
Apr 13 2024 22:50:11-08:00 r1 %%01IFNET/4/LINK_STATE(l)[20]:The line protocol PP
P IPCP on the interface Serial1/0/0 has entered the UP state. 
Error:Incomplete command found at '^' position.
[r1-Serial1/0/0]ppp pap local-user admin password cipher 123456
[r1-Serial1/0/0]shutdown 
Apr 13 2024 22:55:38-08:00 r1 %%01PPP/4/PHYSICALDOWN(l)[0]:On the interface Seri
al1/0/0, PPP link was closed because the status of the physical layer was Down. 
Apr 13 2024 22:55:38-08:00 r1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol PPP
 on the interface Serial1/0/0 has entered the DOWN state. 
[r1-Serial1/0/0]
Apr 13 2024 22:55:38-08:00 r1 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol PPP
 IPCP on the interface Serial1/0/0 has entered the DOWN state. 
[r1-Serial1/0/0]
Apr 13 2024 22:55:38-08:00 r1 %%01IFPDT/4/IF_STATE(l)[3]:Interface Serial1/0/0 h
as turned into DOWN state.
[r1-Serial1/0/0]undo shutdown 
[r1-Serial1/0/0]
Apr 13 2024 22:56:03-08:00 r1 %%01IFPDT/4/IF_STATE(l)[4]:Interface Serial1/0/0 h
as turned into UP state.
[r1-Serial1/0/0]
Apr 13 2024 22:56:05-08:00 r1 %%01IFNET/4/LINK_STATE(l)[5]:The line protocol PPP
 on the interface Serial1/0/0 has entered the UP state. 
[r1-Serial1/0/0]
Apr 13 2024 22:56:05-08:00 r1 %%01IFNET/4/LINK_STATE(l)[6]:The line protocol PPP
 IPCP on the interface Serial1/0/0 has entered the UP state. 
[r1-Serial1/0/0]q
[r1]ping 15.0.0.5
  PING 15.0.0.5: 56  data bytes, press CTRL_C to break
    Reply from 15.0.0.5: bytes=56 Sequence=1 ttl=255 time=50 ms
    Reply from 15.0.0.5: bytes=56 Sequence=2 ttl=255 time=20 ms
    Reply from 15.0.0.5: bytes=56 Sequence=3 ttl=255 time=30 ms
    Reply from 15.0.0.5: bytes=56 Sequence=4 ttl=255 time=20 ms
    Reply from 15.0.0.5: bytes=56 Sequence=5 ttl=255 time=20 ms

  --- 15.0.0.5 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 20/28/50 ms
[r1]ip route-static 0.0.0.0 0 15.0.0.5
[r1-Tunnel0/0/0]ip address 192.168.5.1 24
[r1-Tunnel0/0/0]tunnel-protocol  gre p2mp
[r1-Tunnel0/0/0]source 15.0.0.1
Apr 13 2024 23:09:10-08:00 r1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface Tunnel0/0/0 has entered the UP state. 
[r1-Tunnel0/0/0]q
[r1]display nhrp peer all 
------------------------------------------------------------------------------- 
Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag         
------------------------------------------------------------------------------- 
192.168.5.2     32    25.0.0.2        192.168.5.2     dynamic      route tunnel 
------------------------------------------------------------------------------- 
Tunnel interface: Tunnel0/0/0
Created time    : 00:01:50
Expire time     : 01:58:10
------------------------------------------------------------------------------- 
Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag         
------------------------------------------------------------------------------- 
192.168.5.3     32    35.0.0.3        192.168.5.3     dynamic      route tunnel 
------------------------------------------------------------------------------- 
Tunnel interface: Tunnel0/0/0
Created time    : 00:00:25
Expire time     : 01:59:35

Number of nhrp peers: 2
[r1]ping 192.168.5.2
  PING 192.168.5.2: 56  data bytes, press CTRL_C to break
    Reply from 192.168.5.2: bytes=56 Sequence=1 ttl=255 time=30 ms
    Reply from 192.168.5.2: bytes=56 Sequence=2 ttl=255 time=30 ms
    Reply from 192.168.5.2: bytes=56 Sequence=3 ttl=255 time=30 ms
    Reply from 192.168.5.2: bytes=56 Sequence=4 ttl=255 time=30 ms
    Reply from 192.168.5.2: bytes=56 Sequence=5 ttl=255 time=30 ms

  --- 192.168.5.2 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 30/30/30 ms

[r1]ping 192.168.5.3
  PING 192.168.5.3: 56  data bytes, press CTRL_C to break
    Reply from 192.168.5.3: bytes=56 Sequence=1 ttl=255 time=30 ms
    Reply from 192.168.5.3: bytes=56 Sequence=2 ttl=255 time=30 ms
    Reply from 192.168.5.3: bytes=56 Sequence=3 ttl=255 time=30 ms
    Reply from 192.168.5.3: bytes=56 Sequence=4 ttl=255 time=30 ms
    Reply from 192.168.5.3: bytes=56 Sequence=5 ttl=255 time=30 ms

  --- 192.168.5.3 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 30/30/30 ms

[r1]int t0/0/1
[r1-Tunnel0/0/1]ip ad    
[r1-Tunnel0/0/1]ip address 192.168.6.1 24
[r1-Tunnel0/0/1]tu    
[r1-Tunnel0/0/1]tunnel-protocol g    
[r1-Tunnel0/0/1]tunnel-protocol gre 
[r1-Tunnel0/0/1]so    
[r1-Tunnel0/0/1]source 15.0.0.1
[r1-Tunnel0/0/1]de    
[r1-Tunnel0/0/1]description
[r1-Tunnel0/0/1]destination 45.0.0.4
Apr 13 2024 23:15:29-08:00 r1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface Tunnel0/0/1 has entered the UP state. 
[r1-Tunnel0/0/1]q
[r1-rip-1]ver 2
[r1-rip-1]undo summary 
[r1-rip-1]network 192.168.1.0
[r1-rip-1]network 192.168.5.0
[r1-rip-1]network 192.168.6.0
[r1-rip-1]q
[r1]display ip routing-table protocol rip 
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : RIP
         Destinations : 3        Routes : 3        

RIP routing table status : <Active>
         Destinations : 3        Routes : 3

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

    192.168.2.0/24  RIP     100  1           D   192.168.5.2     Tunnel0/0/0
    192.168.3.0/24  RIP     100  1           D   192.168.5.3     Tunnel0/0/0
    192.168.4.0/24  RIP     100  1           D   192.168.6.4     Tunnel0/0/1

RIP routing table status : <Inactive>
         Destinations : 0        Routes : 0

[r1]int t0/0/0
[r1-Tunnel0/0/0]undo rip split-horizon 
[r1-Tunnel0/0/0]nhrp entry multicast dynamic 
[r1-Tunnel0/0/0]q
[r1]acl 2000
[r1-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255
[r1-acl-basic-2000]q
[r1]nat address-group 1 15.0.0.10 15.0.0.20
[r1]int s1/0/0
[r1-Serial1/0/0]nat outbound 2000 address-group 1

R2:
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip address 192.168.2.254 24
Apr 13 2024 22:46:08-08:00 r2 %%01IFNET/4/LINK_STATE(l)[18]:The line protocol IP
 on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r2]int s2/0/0
[r2-Serial2/0/0]ip address 25.0.0.2 24
[r2-Serial2/0/0]
Apr 13 2024 22:50:44-08:00 r2 %%01IFNET/4/LINK_STATE(l)[19]:The line protocol PP
P IPCP on the interface Serial2/0/0 has entered the UP state. 
[r2-Serial2/0/0]
[r2-Serial2/0/0]ppp chap user lpa     
[r2-Serial2/0/0]ppp chap password cipher 654321
[r2-Serial2/0/0]shutdown 
Apr 13 2024 23:00:49-08:00 r2 %%01PPP/4/PHYSICALDOWN(l)[0]:On the interface Seri
al2/0/0, PPP link was closed because the status of the physical layer was Down. 

[r2-Serial2/0/0]
[r2-Serial2/0/0]
Apr 13 2024 23:00:49-08:00 r2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol PPP
 on the interface Serial2/0/0 has entered the DOWN state. 
[r2-Serial2/0/0]
Apr 13 2024 23:00:49-08:00 r2 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol PPP
 IPCP on the interface Serial2/0/0 has entered the DOWN state. 
[r2-Serial2/0/0]
Apr 13 2024 23:00:49-08:00 r2 %%01IFPDT/4/IF_STATE(l)[3]:Interface Serial2/0/0 h
as turned into DOWN state.    
[r2-Serial2/0/0]undo shutdown 
[r2-Serial2/0/0]
Apr 13 2024 23:01:07-08:00 r2 %%01IFPDT/4/IF_STATE(l)[4]:Interface Serial2/0/0 h
as turned into UP state.
[r2-Serial2/0/0]
Apr 13 2024 23:01:10-08:00 r2 %%01IFNET/4/LINK_STATE(l)[5]:The line protocol PPP
 on the interface Serial2/0/0 has entered the UP state. 
[r2-Serial2/0/0]
Apr 13 2024 23:01:10-08:00 r2 %%01IFNET/4/LINK_STATE(l)[6]:The line protocol PPP
 IPCP on the interface Serial2/0/0 has entered the UP state. 
[r2-Serial2/0/0]q
[r2]ping 25.0.0.5
  PING 25.0.0.5: 56  data bytes, press CTRL_C to break
    Reply from 25.0.0.5: bytes=56 Sequence=1 ttl=255 time=30 ms
    Reply from 25.0.0.5: bytes=56 Sequence=2 ttl=255 time=20 ms
    Reply from 25.0.0.5: bytes=56 Sequence=3 ttl=255 time=20 ms
    Reply from 25.0.0.5: bytes=56 Sequence=4 ttl=255 time=20 ms
    Reply from 25.0.0.5: bytes=56 Sequence=5 ttl=255 time=30 ms

  --- 25.0.0.5 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 20/24/30 ms

[r2]ip route-static 0.0.0.0 0 25.0.0.5
[r2]int Tunnel 0/0/0
[r2-Tunnel0/0/0]ip address 192.168.5.2 24
[r2-Tunnel0/0/0]tunnel-protocol gre p2mp    
[r2-Tunnel0/0/0]source s2/0/0
Apr 13 2024 23:10:17-08:00 r2 %%01IFNET/4/LINK_STATE(l)[7]:The line protocol IP 
on the interface Tunnel0/0/0 has entered the UP state. 
[r2-Tunnel0/0/0]
[r2-Tunnel0/0/0]nhrp entry 192.168.5.1 15.0.0.1 register 
[r2]rip 1
[r2-rip-1]ver 2
[r2-rip-1]network 192.168.2.0
[r2-rip-1]network 192.168.5.0
[r2-rip-1]q
[r2]display ip routing-table protocol rip 

Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : RIP
         Destinations : 4        Routes : 4        

RIP routing table status : <Active>
         Destinations : 4        Routes : 4

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

    192.168.1.0/24  RIP     100  1           D   192.168.5.1     Tunnel0/0/0
    192.168.3.0/24  RIP     100  2           D   192.168.5.3     Tunnel0/0/0
    192.168.4.0/24  RIP     100  2           D   192.168.5.1     Tunnel0/0/0
    192.168.6.0/24  RIP     100  1           D   192.168.5.1     Tunnel0/0/0

RIP routing table status : <Inactive>
         Destinations : 0        Routes : 0


R3:
[r3]
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip address 192.168.3.254 24
Apr 13 2024 22:47:56-08:00 r3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r3-GigabitEthernet0/0/0]int s3/0/0
[r3-Serial3/0/0]ip address 35.0.0.3 24
[r3-Serial3/0/0]
Apr 13 2024 22:51:14-08:00 r3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol PPP
 IPCP on the interface Serial3/0/0 has entered the UP state. 
[r3]
[r3]int s3/0/0
[r3-Serial3/0/0]link-protocol hdlc 
Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
:y
Apr 13 2024 23:02:27-08:00 r3 %%01IFNET/4/CHANGE_ENCAP(l)[0]:The user performed 
the configuration that will change the encapsulation protocol of the link and th
en selected Y. 
[r3-Serial3/0/0]
[r3-Serial3/0/0]
Apr 13 2024 23:02:27-08:00 r3 %%01PPP/4/PHYSICALDOWN(l)[1]:On the interface Seri
al3/0/0, PPP link was closed because the status of the physical layer was Down. 

[r3-Serial3/0/0]
Apr 13 2024 23:02:27-08:00 r3 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol PPP
 on the interface Serial3/0/0 has entered the DOWN state. 
[r3-Serial3/0/0]
Apr 13 2024 23:02:27-08:00 r3 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol PPP
 IPCP on the interface Serial3/0/0 has entered the DOWN state. 
[r3-Serial3/0/0]
Apr 13 2024 23:02:27-08:00 r3 %%01IFPDT/4/IF_STATE(l)[4]:Interface Serial3/0/0 h
as turned into DOWN state.
[r3-Serial3/0/0]
Apr 13 2024 23:02:27-08:00 r3 %%01IFPDT/4/IF_STATE(l)[5]:Interface Serial3/0/0 h
as turned into UP state.
[r3-Serial3/0/0]
Apr 13 2024 23:02:27-08:00 r3 %%01IFNET/4/LINK_STATE(l)[6]:The line protocol IP 
on the interface Serial3/0/0 has entered the UP state. 
[r3-Serial3/0/0]q
[r3]ip route-static 0.0.0.0 0 35.0.0.5
[r3]interface t0/0/0
[r3-Tunnel0/0/0]ip address 192.168.5.3 24
[r3-Tunnel0/0/0]tunnel-protocol gre p2mp
[r3-Tunnel0/0/0]source Serial 3/0/0
Apr 13 2024 23:12:30-08:00 r3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface Tunnel0/0/0 has entered the UP state. 
[r3-Tunnel0/0/0]nhrp entry 192.168.5.1 15.0.0.1 register 
[r3-Tunnel0/0/0]q
[r3]
[r3]rip 1
[r3-rip-1]ver 2
[r3-rip-1]network 192.168.3.0
[r3-rip-1]network 192.168.5.0


R4:
[r4]
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]ip address 45.0.0.4 24
Apr 13 2024 22:49:04-08:00 r4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r4-GigabitEthernet0/0/0]int g0/0/01
[r4-GigabitEthernet0/0/1]ip address 192.168.4.254 24
Apr 13 2024 22:49:27-08:00 r4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r4]ip route-static 0.0.0.0 0 45.0.0.5
[r4]ping 25.0.0.2
  PING 25.0.0.2: 56  data bytes, press CTRL_C to break
    Reply from 25.0.0.2: bytes=56 Sequence=1 ttl=254 time=30 ms
    Reply from 25.0.0.2: bytes=56 Sequence=2 ttl=254 time=30 ms
    Reply from 25.0.0.2: bytes=56 Sequence=3 ttl=254 time=20 ms
    Reply from 25.0.0.2: bytes=56 Sequence=4 ttl=254 time=20 ms
    Reply from 25.0.0.2: bytes=56 Sequence=5 ttl=254 time=30 ms

  --- 25.0.0.2 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 20/26/30 ms

[r4]ping 35.0.0.3
  PING 35.0.0.3: 56  data bytes, press CTRL_C to break
    Reply from 35.0.0.3: bytes=56 Sequence=1 ttl=254 time=30 ms
    Reply from 35.0.0.3: bytes=56 Sequence=2 ttl=254 time=30 ms
    Reply from 35.0.0.3: bytes=56 Sequence=3 ttl=254 time=40 ms
    Reply from 35.0.0.3: bytes=56 Sequence=4 ttl=254 time=30 ms
    Reply from 35.0.0.3: bytes=56 Sequence=5 ttl=254 time=20 ms

  --- 35.0.0.3 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 20/30/40 ms

[r4]ping 45.0.0.4
  PING 45.0.0.4: 56  data bytes, press CTRL_C to break
    Reply from 45.0.0.4: bytes=56 Sequence=1 ttl=255 time=1 ms
    Reply from 45.0.0.4: bytes=56 Sequence=2 ttl=255 time=1 ms
    Reply from 45.0.0.4: bytes=56 Sequence=3 ttl=255 time=1 ms
    Reply from 45.0.0.4: bytes=56 Sequence=4 ttl=255 time=1 ms
    Reply from 45.0.0.4: bytes=56 Sequence=5 ttl=255 time=1 ms

  --- 45.0.0.4 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 1/1/1 ms
[r4]int t0/0/0
[r4-Tunnel0/0/0]ip ad    
[r4-Tunnel0/0/0]ip address 192.168.6.4 24
[r4-Tunnel0/0/0]tunnel-protocol gre
[r4-Tunnel0/0/0]source 45.0.0.4
[r4-Tunnel0/0/0]destination 15.0.0.1
Apr 13 2024 23:16:47-08:00 r4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface Tunnel0/0/0 has entered the UP state. 
[r4-Tunnel0/0/0]q
[r4]ping 192.168.6.1
  PING 192.168.6.1: 56  data bytes, press CTRL_C to break
    Reply from 192.168.6.1: bytes=56 Sequence=1 ttl=255 time=30 ms
    Reply from 192.168.6.1: bytes=56 Sequence=2 ttl=255 time=30 ms
    Reply from 192.168.6.1: bytes=56 Sequence=3 ttl=255 time=30 ms
    Reply from 192.168.6.1: bytes=56 Sequence=4 ttl=255 time=30 ms
    Reply from 192.168.6.1: bytes=56 Sequence=5 ttl=255 time=30 ms

  --- 192.168.6.1 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 30/30/30 ms

[r4]rip 1
[r4-rip-1]ver 2
[r4-rip-1]network 192.168.6.0
[r4-rip-1]network 192.168.4.0
[r4-rip-1]q
[r4]display ip routing-table protocol rip 
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : RIP
         Destinations : 4        Routes : 4        

RIP routing table status : <Active>
         Destinations : 4        Routes : 4

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

    192.168.1.0/24  RIP     100  1           D   192.168.6.1     Tunnel0/0/0
    192.168.2.0/24  RIP     100  2           D   192.168.6.1     Tunnel0/0/0
    192.168.3.0/24  RIP     100  2           D   192.168.6.1     Tunnel0/0/0
    192.168.5.0/24  RIP     100  1           D   192.168.6.1     Tunnel0/0/0

RIP routing table status : <Inactive>
         Destinations : 0        Routes : 0


R5:
[r5]int s1/0/0    
[r5-Serial1/0/0]ip address 15.0.0.5 24
[r5-Serial1/0/0]
Apr 13 2024 22:50:10-08:00 r5 %%01IFNET/4/LINK_STATE(l)[19]:The line protocol PP
P IPCP on the interface Serial1/0/0 has entered the UP state. 
[r5-Serial1/0/0]int s2/0/0
[r5-Serial2/0/0]ip address 25.0.0.5 24
[r5-Serial2/0/0]
Apr 13 2024 22:50:43-08:00 r5 %%01IFNET/4/LINK_STATE(l)[20]:The line protocol PP
P IPCP on the interface Serial2/0/0 has entered the UP state. 
[r5-Serial2/0/0]int s3/0/0
[r5-Serial3/0/0]ip ad    
[r5-Serial3/0/0]ip address 35.0.0.5 24
[r5-Serial3/0/0]
Apr 13 2024 22:51:13-08:00 r5 %%01IFNET/4/LINK_STATE(l)[21]:The line protocol PP
P IPCP on the interface Serial3/0/0 has entered the UP state. 
[r5-Serial3/0/0]int g0/0/0
[r5-GigabitEthernet0/0/0]ip address 45.0.0.5 24
[r5-GigabitEthernet0/0/0]
Apr 13 2024 22:51:41-08:00 r5 %%01IFNET/4/LINK_STATE(l)[22]:The line protocol IP
 on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r5-GigabitEthernet0/0/0]int l 0
[r5-LoopBack0]ip address 5.5.5.5 32
[r5-LoopBack0]q
[r5]aaa
[r5-aaa]local-user admin password cipher 123456
[r5-aaa]local-user admin service-type ppp
[r5-aaa]q
[r5]int s1/0/0
[r5-Serial1/0/0]ppp authentication-mode pap
[r5-Serial1/0/0]q
[r5]
Apr 13 2024 22:55:37-08:00 r5 %%01IFNET/4/LINK_STATE(l)[23]:The line protocol PP
P on the interface Serial1/0/0 has entered the DOWN state. 
[r5]
Apr 13 2024 22:55:37-08:00 r5 %%01IFNET/4/LINK_STATE(l)[24]:The line protocol PP
P IPCP on the interface Serial1/0/0 has entered the DOWN state. 
[r5]
Apr 13 2024 22:55:44-08:00 r5 %%01IFPDT/4/IF_STATE(l)[25]:Interface Serial1/0/0 
has turned into DOWN state.
[r5]
Apr 13 2024 22:56:02-08:00 r5 %%01IFPDT/4/IF_STATE(l)[26]:Interface Serial1/0/0 
has turned into UP state.
[r5]
Apr 13 2024 22:56:05-08:00 r5 %%01IFNET/4/LINK_STATE(l)[27]:The line protocol PP
P on the interface Serial1/0/0 has entered the UP state. 
[r5]
Apr 13 2024 22:56:05-08:00 r5 %%01IFNET/4/LINK_STATE(l)[28]:The line protocol PP
P IPCP on the interface Serial1/0/0 has entered the UP state. 
[r5]aaa
[r5-aaa]local-user lpa password cipher 654321
Info: Add a new user.
[r5-aaa]local-user lpa service-type ppp
[r5-aaa]q
[r5]int s2/0/0
[r5-Serial2/0/0]ppp authentication-mode chap 
[r5-Serial2/0/0]q
[r5]int s2/0/0
[r5-Serial2/0/0]ppp c    
[r5-Serial2/0/0]ppp chap u    
[r5-Serial2/0/0]
Apr 13 2024 23:00:48-08:00 r5 %%01IFNET/4/LINK_STATE(l)[29]:The line protocol PP
P on the interface Serial2/0/0 has entered the DOWN state. 
[r5-Serial2/0/0]
Apr 13 2024 23:00:48-08:00 r5 %%01IFNET/4/LINK_STATE(l)[30]:The line protocol PP
P IPCP on the interface Serial2/0/0 has entered the DOWN state. 
[r5-Serial2/0/0]
Apr 13 2024 23:00:50-08:00 r5 %%01IFPDT/4/IF_STATE(l)[31]:Interface Serial2/0/0 
has turned into DOWN state.
[r5-Serial2/0/0]
Apr 13 2024 23:00:51-08:00 r5 %%01IFPDT/4/IF_STATE(l)[32]:Interface Serial2/0/0 
has turned into UP state.
[r5-Serial2/0/0]
Apr 13 2024 23:00:55-08:00 r5 %%01IFPDT/4/IF_STATE(l)[33]:Interface Serial2/0/0 
has turned into DOWN state.
[r5-Serial2/0/0]
Apr 13 2024 23:01:06-08:00 r5 %%01IFPDT/4/IF_STATE(l)[34]:Interface Serial2/0/0 
has turned into UP state.
[r5-Serial2/0/0]
Apr 13 2024 23:01:09-08:00 r5 %%01IFNET/4/LINK_STATE(l)[35]:The line protocol PP
P on the interface Serial2/0/0 has entered the UP state. 
[r5-Serial2/0/0]
Apr 13 2024 23:01:09-08:00 r5 %%01IFNET/4/LINK_STATE(l)[36]:The line protocol PP
P IPCP on the interface Serial2/0/0 has entered the UP state. 
[r5-Serial2/0/0]
Apr 13 2024 23:02:26-08:00 r5 %%01IFNET/4/LINK_STATE(l)[37]:The line protocol PP
P on the interface Serial3/0/0 has entered the DOWN state. 
[r5-Serial2/0/0]
Apr 13 2024 23:02:26-08:00 r5 %%01IFNET/4/LINK_STATE(l)[38]:The line protocol PP
P IPCP on the interface Serial3/0/0 has entered the DOWN state. 
[r5-Serial2/0/0]q
[r5]int s3/0/0
[r5-Serial3/0/0]link-protocol hdlc
Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
:y
Apr 13 2024 23:03:11-08:00 r5 %%01IFNET/4/CHANGE_ENCAP(l)[39]:The user performed
 the configuration that will change the encapsulation protocol of the link and t
hen selected Y. 
[r5-Serial3/0/0]
Apr 13 2024 23:03:11-08:00 r5 %%01IFPDT/4/IF_STATE(l)[40]:Interface Serial3/0/0 
has turned into DOWN state.
[r5-Serial3/0/0]
Apr 13 2024 23:03:11-08:00 r5 %%01IFPDT/4/IF_STATE(l)[41]:Interface Serial3/0/0 
has turned into UP state.
[r5-Serial3/0/0]
Apr 13 2024 23:03:11-08:00 r5 %%01IFNET/4/LINK_STATE(l)[42]:The line protocol IP
 on the interface Serial3/0/0 has entered the UP state. 
[r5-Serial3/0/0]q
[r5]ping 35.0.0.3
  PING 35.0.0.3: 56  data bytes, press CTRL_C to break
    Reply from 35.0.0.3: bytes=56 Sequence=1 ttl=255 time=50 ms
    Reply from 35.0.0.3: bytes=56 Sequence=2 ttl=255 time=20 ms
    Reply from 35.0.0.3: bytes=56 Sequence=3 ttl=255 time=20 ms
    Reply from 35.0.0.3: bytes=56 Sequence=4 ttl=255 time=20 ms
    Reply from 35.0.0.3: bytes=56 Sequence=5 ttl=255 time=10 ms

  --- 35.0.0.3 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 10/24/50 ms

[r5]ping 45.0.0.4
  PING 45.0.0.4: 56  data bytes, press CTRL_C to break
    Reply from 45.0.0.4: bytes=56 Sequence=1 ttl=255 time=70 ms
    Reply from 45.0.0.4: bytes=56 Sequence=2 ttl=255 time=10 ms
    Reply from 45.0.0.4: bytes=56 Sequence=3 ttl=255 time=20 ms
    Reply from 45.0.0.4: bytes=56 Sequence=4 ttl=255 time=20 ms
    Reply from 45.0.0.4: bytes=56 Sequence=5 ttl=255 time=20 ms

  --- 45.0.0.4 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 10/28/70 ms
 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值