본문 바로가기

Network

[네트워크관리사]Router Quiz 7

반응형

Q>

Router의 Serial 2/0의 대역폭을 2048로 설정하고, NVRAM에 저장하시오.

 

A>

Router>enable 
Router#config 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 2/0
Router(config-if)#bandwidth 2048
Router(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#exi
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  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)#exi
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 9  (0) 2021.09.01
[네트워크관리사]Router Quiz 8  (0) 2021.09.01
[네트워크관리사]Router Quiz 6  (0) 2021.08.30
[네트워크관리사]Router Quiz 5  (0) 2021.08.30
[네트워크관리사]Router Quiz 4  (0) 2021.08.30