반응형
Q>
Router의 Serial 3/0에 Framerelay 를 dlci17로 설정하고 저장하시오.
A>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#do sh ip int b
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
Serial2/0 unassigned YES unset administratively down down
Serial3/0 unassigned YES unset administratively down down
FastEthernet4/0 unassigned YES unset administratively down down
FastEthernet5/0 unassigned YES unset administratively down down
Router(config)#interface Serial 3/0
Router(config-if)#encapsulation frame-relay
Router(config-if)#frame-relay interface-dlci 17
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial3/0, changed state to down
Router(config-if)#exit
Router(config)#do sh ip int b
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
Serial2/0 unassigned YES unset administratively down down
Serial3/0 unassigned YES unset down down
FastEthernet4/0 unassigned YES unset administratively down down
FastEthernet5/0 unassigned YES unset administratively down down
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#
반응형
'Network' 카테고리의 다른 글
[네트워크관리사]Router Quiz 24 (0) | 2021.09.05 |
---|---|
[CCNA]교육 과정 5 (0) | 2021.09.05 |
[네트워크관리사]Router Quiz 22 (0) | 2021.09.03 |
[네트워크관리사]Router Quiz 21 (0) | 2021.09.03 |
[네트워크관리사]Router Quiz 20 (0) | 2021.09.03 |