Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2020.09.24 22:03:23 =~=~=~=~=~=~=~=~=~=~=~=
- ping 10.1.1.254
- Type escape sequence to abort.
- Sending 5, 100-byte ICMP Echos to 10.1.1.254, timeout is 2 seconds:
- .....
- Success rate is 0 percent (0/5)
- SW-1#ping 10.10.10.254
- Type escape sequence to abort.
- Sending 5, 100-byte ICMP Echos to 10.10.10.254, timeout is 2 seconds:
- .!!!!
- Success rate is 80 percent (4/5), round-trip min/avg/max = 3/4/8 ms
- SW-1#ping 20.20.20.254
- Type escape sequence to abort.
- Sending 5, 100-byte ICMP Echos to 20.20.20.254, timeout is 2 seconds:
- .!!!!
- Success rate is 80 percent (4/5), round-trip min/avg/max = 2/3/6 ms
- SW-1#ping 30.30.30.254
- Type escape sequence to abort.
- Sending 5, 100-byte ICMP Echos to 30.30.30.254, timeout is 2 seconds:
- .!!!!
- Success rate is 80 percent (4/5), round-trip min/avg/max = 3/3/4 ms
- SW-1#sh run
- Building configuration...
- Current configuration : 3804 bytes
- !
- ! Last configuration change at 21:02:13 UTC Thu Sep 24 2020
- !
- version 15.2
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- service compress-config
- !
- hostname SW-1
- !
- boot-start-marker
- boot-end-marker
- !
- !
- enable secret 5 $1$N113$6YYR.pOBl8xXumcvXr0Bx.
- !
- no aaa new-model
- !
- !
- !
- !
- !
- !
- !
- !
- ip cef
- no ipv6 cef
- !
- !
- !
- spanning-tree mode pvst
- spanning-tree extend system-id
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- interface GigabitEthernet0/0
- switchport trunk allowed vlan 1,10,20,30
- switchport trunk encapsulation dot1q
- switchport mode trunk
- no negotiation auto
- !
- interface GigabitEthernet0/1
- switchport access vlan 10
- negotiation auto
- !
- interface GigabitEthernet0/2
- switchport access vlan 20
- negotiation auto
- !
- interface GigabitEthernet0/3
- switchport access vlan 30
- negotiation auto
- !
- interface GigabitEthernet1/0
- negotiation auto
- !
- interface GigabitEthernet1/1
- negotiation auto
- !
- interface GigabitEthernet1/2
- negotiation auto
- !
- interface GigabitEthernet1/3
- negotiation auto
- !
- interface GigabitEthernet2/0
- negotiation auto
- !
- interface GigabitEthernet2/1
- negotiation auto
- !
- interface GigabitEthernet2/2
- negotiation auto
- !
- interface GigabitEthernet2/3
- negotiation auto
- !
- interface GigabitEthernet3/0
- negotiation auto
- !
- interface GigabitEthernet3/1
- negotiation auto
- !
- interface GigabitEthernet3/2
- negotiation auto
- !
- interface GigabitEthernet3/3
- negotiation auto
- !
- interface Vlan1
- ip address 10.1.1.1 255.255.255.0
- !
- interface Vlan10
- ip address 10.10.10.1 255.255.255.0
- !
- interface Vlan20
- ip address 20.20.20.1 255.255.255.0
- !
- interface Vlan30
- ip address 30.30.30.1 255.255.255.0
- !
- ip default-gateway 10.1.1.254
- ip forward-protocol nd
- !
- ip http server
- !
- ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
- ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
- !
- !
- !
- !
- !
- !
- control-plane
- !
- banner exec ^C
- **************************************************************************
- * IOSv is strictly limited to use for evaluation, demonstration and IOS *
- * education. IOSv is provided as-is and is not supported by Cisco's *
- * Technical Advisory Center. Any use or disclosure, in whole or in part, *
- * of the IOSv Software or Documentation to any third party for any *
- * purposes is expressly prohibited except as otherwise authorized by *
- * Cisco in writing. *
- **************************************************************************^C
- banner incoming ^C
- **************************************************************************
- * IOSv is strictly limited to use for evaluation, demonstration and IOS *
- * education. IOSv is provided as-is and is not supported by Cisco's *
- * Technical Advisory Center. Any use or disclosure, in whole or in part, *
- * of the IOSv Software or Documentation to any third party for any *
- * purposes is expressly prohibited except as otherwise authorized by *
- * Cisco in writing. *
- **************************************************************************^C
- banner login ^C
- **************************************************************************
- * IOSv is strictly limited to use for evaluation, demonstration and IOS *
- * education. IOSv is provided as-is and is not supported by Cisco's *
- * Technical Advisory Center. Any use or disclosure, in whole or in part, *
- * of the IOSv Software or Documentation to any third party for any *
- * purposes is expressly prohibited except as otherwise authorized by *
- * Cisco in writing. *
- **************************************************************************^C
- !
- line con 0
- line aux 0
- line vty 0 4
- password cisco
- login
- !
- !
- end
- SW-1#
Add Comment
Please, Sign In to add comment