SW 4

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

sw4#sh running-config

Building configuration...

Current configuration : 3515 bytes


!
! Last configuration change at 14:25:05 UTC Fri Mar 4 2022
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname sw4
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
vtp mode off
!
!
!
no ip domain-lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
lldp run
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
description => ID <=
ip address 10.255.255.14 255.255.255.255
ipv6 address FE80::FF:E link-local
ipv6 address 2001:DB8:FF:FFFF::E/128
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface Port-channel1
no switchport
ip address 10.255.254.30 255.255.255.252
ipv6 address FE80::FF:E link-local
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface Port-channel2
no switchport
ip address 10.255.254.38 255.255.255.252
ipv6 address FE80::FF:E link-local
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface Port-channel3
no switchport
ip address 10.255.254.42 255.255.255.252
ipv6 address FE80::FF:E link-local
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface GigabitEthernet0/0
description => To sw3 <=
no switchport
no ip address
speed 1000
duplex full
no negotiation auto
channel-group 3 mode active
!
interface GigabitEthernet0/1
description => To sw3 <=
no switchport
no ip address
speed 1000
duplex full
no negotiation auto
channel-group 3 mode active
!
interface GigabitEthernet0/2
description => To sw2 <=
no switchport
no ip address
speed 1000
duplex full
no negotiation auto
channel-group 2 mode active
!
interface GigabitEthernet0/3
description => To sw2 <=
no switchport
no ip address
speed 1000
duplex full
no negotiation auto
channel-group 2 mode active
!
interface GigabitEthernet1/0
description => To sw1 <=
no switchport
no ip address
speed 1000
duplex full
no negotiation auto
channel-group 1 mode active
!
interface GigabitEthernet1/1
description => To sw1 <=
no switchport
no ip address
speed 1000
duplex full
no negotiation auto
channel-group 1 mode active
!
interface GigabitEthernet1/2
description => To vsmart2 <=
no switchport
ip address 10.255.254.89 255.255.255.252
speed 1000
duplex full
no negotiation auto
ipv6 address FE80::FF:E link-local
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface GigabitEthernet1/3
description => To vmanage <=
no switchport
ip address 10.255.1.1 255.255.255.0
speed 1000
duplex full
no negotiation auto
ipv6 address FE80::FF:E link-local
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface GigabitEthernet2/0
shutdown
negotiation auto
!
interface GigabitEthernet2/1
description => To host2 <=
speed 1000
duplex full
no negotiation auto
spanning-tree portfast edge
spanning-tree link-type point-to-point
!
router ospfv3 1
!
address-family ipv4 unicast
passive-interface GigabitEthernet1/2
passive-interface GigabitEthernet1/3
exit-address-family
!
ip forward-protocol nd
!
ip http server
ip http secure-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 ^C
banner incoming ^C ^C
banner login ^C ^C
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
line vty 0 4
exec-timeout 0 0
privilege level 15
no login
transport input all
line vty 5 15
exec-timeout 0 0
privilege level 15
no login
transport input all
!
ntp master
ntp server 10.255.1.1
!
end

sw4#
sw4#

You might also like