Lúc tối mình có làm 1 bài lap trên PT nội dung đại loại là:
- R2 và R3 nối với nhau
- Ban đầu kết nối WAN thông qua giao thức PPP, sau đó lại chuyển sang HDLC
- Dưới đây là nội dung lúc chuyển từ PPP sang HDLC
Nó hỏi là tại sao lúc chuyển serial 0/0/1 ở R2 sang HDLC thì nó lại báo interface down, up rồi lại down?
Mình không giải thích được, bạn nào biết giải thích dùm mình với?
- R2 và R3 nối với nhau
- Ban đầu kết nối WAN thông qua giao thức PPP, sau đó lại chuyển sang HDLC
- Dưới đây là nội dung lúc chuyển từ PPP sang HDLC
Code:
[COLOR=#000000]R2(config)#[B]interface serial 0/0/0[/B][/COLOR] [COLOR=#000000]R2(config-if)#[B]encapsulation hdlc[/B][/COLOR] [COLOR=#000000]R2(config-if)#[/COLOR] [COLOR=#000000]*Aug 17 20:36:48.432: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.1 on Serial0/0/0 from FULL to DOWN, Neighbor Down: Interface down or detached[/COLOR] [COLOR=#000000]*Aug 17 20:36:49.432: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to down[/COLOR] [COLOR=#000000]R2(config-if)#[/COLOR] [COLOR=#000000]*Aug 17 20:36:51.432: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up[/COLOR] [COLOR=#000000]R2(config-if)#[B]interface serial 0/0/1[/B][/COLOR] [COLOR=#000000]*Aug 17 20:37:14.080: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to down[/COLOR] [COLOR=#000000]R2(config-if)#[B]encapsulation hdlc [/B][/COLOR] [COLOR=#000000]R2(config-if)#[/COLOR] [COLOR=#000000]*Aug 17 20:37:17.368: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.30.1 on Serial0/0/1 from FULL to DOWN, Neighbor Down: Interface down or detached[/COLOR] [COLOR=#000000]*Aug 17 20:37:18.368: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to down[/COLOR] [COLOR=#000000]*Aug 17 20:37:20.368: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up[/COLOR] [COLOR=#000000]*Aug 17 20:37:44.080: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to down[/COLOR]
Mình không giải thích được, bạn nào biết giải thích dùm mình với?
Comment