티스토리 뷰
router configure using putty
% Please answer 'yes' or 'no'.
Would you like to enter the initial configuration dialog? [yes/no]: no
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!By default, the following "voice service voip" !!
!!sub-command is enabled: !!
!! ip address trusted authenticate !!
!! !!
!!The command enables the ip address authentication !!
!!on incoming H.323 or SIP trunk calls for toll fraud !!
!!prevention supports. !!
!! !!
!!Please use "show ip address trusted list" command !!
!!to display a list of valid ip addresses for incoming !!
!!H.323 or SIP trunk calls. !!
!! !!
!!Additional valid ip addresses can be added via the !!
!!following command line: !!
!! voice service voip !!
!! ip address trusted list !!
!! ipv4 <ipv4-address> [<ipv4 network-mask>] !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Press RETURN to get started!
*Nov 13 00:23:07.935: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0 State changed to: Initialized
*Nov 13 00:23:07.939: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0 State changed to: Enabled
*Nov 13 00:23:09.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0, changed state to up
*Nov 13 00:23:09.911: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up
*Nov 13 00:23:09.911: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to up
*Nov 13 00:23:09.911: %LINK-3-UPDOWN: Interface Serial0/0/0, changed state to down
*Nov 13 00:23:09.911: %LINK-3-UPDOWN: Interface Serial0/0/1, changed state to down
*Nov 13 00:23:10.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to down
*Nov 13 00:23:10.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down
*Nov 13 00:23:10.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to down
*Nov 13 00:23:10.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to down
*Nov 15 02:20:57.011: %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to administratively down
*Nov 15 02:20:57.011: %LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to administratively down
*Nov 15 02:20:57.011: %LINK-5-CHANGED: Interface Serial0/0/0, changed state to administratively down
*Nov 15 02:20:57.011: %LINK-5-CHANGED: Interface Serial0/0/1, changed state to administratively down
*Nov 15 02:20:57.135: %IP-5-WEBINST_KILL: Terminating DNS process
*Nov 15 02:21:03.071: %SYS-5-RESTART: System restarted --
Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 15.1(4)M10, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2015 by Cisco Systems, Inc.
Compiled Tue 24-Mar-15 09:00 by prod_rel_team
*Nov 15 02:21:03.079: %SNMP-5-COLDSTART: SNMP agent on host Router is undergoing a cold start
*Nov 15 02:21:03.495: %DSPRM-5-UPDOWN: DSP 1 in slot 0, changed state to up
*Nov 15 02:21:03.899: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is OFF
*Nov 15 02:21:03.899: %CRYPTO-6-GDOI_ON_OFF: GDOI is OFF
*Nov 15 02:21:03.899: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is OFF
*Nov 15 02:21:03.899: %CRYPTO-6-GDOI_ON_OFF: GDOI is OFF
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#interface GigabitEthernet 0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.252
Router(config-if)#no shut
Router(config-if)#exit
*Nov 15 02:27:26.967: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up
Router(config)#interface GigabitEthernet 0/1
Router(config-if)#ip address 192.168.101.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#
*Nov 15 02:28:26.863: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to up
Router(config-if)#exit
Router(config)#ip route 192.168.102.0 255.255.255.0 192.168.10.2
Router(config)#exit
Router#
*Nov 15 02:28:56.207: %SYS-5-CONFIG_I: Configured from console by console
Router#exit
'AU Study > TAFE' 카테고리의 다른 글
Router Rip setting in packet tracer (0) | 2017.12.03 |
---|---|
Router DHCP setting in packet tracer (0) | 2017.11.26 |
w16 tue morning (0) | 2017.11.16 |
w15 tue morning (0) | 2017.11.16 |
w13 tue morning (0) | 2017.11.16 |