Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2021.07.09 13:55:18 =~=~=~=~=~=~=~=~=~=~=~=
- sh run
- Current configuration:
- !
- !Version ArubaOS-CX TL.10.05.0010
- !export-password: default
- hostname CX8320
- user admin group administrators password ciphertext AQBapRgTexFp4K6kSvHT6uClw9wzZ2/0NTVnDRnIoH3tDZV9YgAAAB/kc0kn3rhfqekrh048IvjJ/NICTUzMiO6mtYpbDhMgNAWtcvUj0eaRKmk8r+si1LI3bqdxEe3BVpJvwKNtQM+mR527T4nsQZkV6pYSKCwYJectSJuNDtLWqeiDerOQU8Zk
- user manager group administrators password ciphertext AQBapewwuBIBiMRbPMgoqImQlCzF7ByvrcJRIV+NDXC6WVL4YgAAAB0/rTh57e+91WiJOOb71c3WL6lpsojsh093ySAdb+WIT1gjNrEim5YmzSiSqOFKwfbXiUmzto5zqmT7wS9tbjospXDKBZQl8tVcNxKhiBjrPh3ut9xl48TBEAfRnXkO9OTK
- clock timezone america/regina
- ntp server 128.138.140.50 iburst
- ntp server 129.6.15.28 iburst
- ntp enable
- !
- !
- !
- ssh server vrf default
- ssh server vrf mgmt
- vlan 1
- vlan 10
- name Data-Centre
- vlan 77
- name DC-Extended
- vlan 100
- name MPLS_TRANSIT
- vlan 200
- name SITE_TRANSIT
- vlan 254
- name FW_TRANSIT
- vlan 300
- name LOCAL_L2_EXTENSION
- vlan 999
- name VSX_ISL_HA
- vlan 1000
- description NA
- interface mgmt
- no shutdown
- ip static 111.123.253.190/24
- default-gateway 10.123.253.254
- nameserver 111.123.253.243
- interface lag 1 multi-chassis
- vsx-sync access-lists vlans
- no shutdown
- description DC-EDGE
- no routing
- vlan trunk native 10
- vlan trunk allowed 10,77,100,200,1000
- lacp mode active
- interface lag 2 multi-chassis
- vsx-sync access-lists vlans
- no shutdown
- description FW PRIMARY
- no routing
- vlan trunk native 1
- vlan trunk allowed 77,100,200,254
- lacp mode active
- lacp rate fast
- interface lag 100
- no shutdown
- no routing
- vlan trunk native 1 tag
- vlan trunk allowed all
- lacp mode active
- interface 1/1/1
- no shutdown
- description UPLINK TO EDGE
- lag 1
- interface 1/1/2
- no shutdown
- description TO SWITCH_185
- no routing
- vlan trunk native 10
- vlan trunk allowed 10,77,100,300,1000
- loop-protect action do-not-disable
- interface 1/1/3
- no shutdown
- description UPLINK to PRIMARY FW
- no routing
- vlan trunk native 1
- vlan trunk allowed 77,100,200,254
- interface 1/1/16
- no shutdown
- description KEEPALIVE
- ip address 10.1.1.1/24
- interface 1/1/17
- no shutdown
- description PRIMARY FW MGT
- no routing
- vlan access 10
- interface 1/1/18
- no shutdown
- description CORE01 MGT
- no routing
- vlan access 10
- interface 1/1/31
- no shutdown
- no routing
- vlan access 10
- interface 1/1/32
- no shutdown
- no routing
- vlan access 10
- interface 1/1/33
- no shutdown
- description LINK-to-SITE
- no routing
- vlan trunk native 300
- vlan trunk allowed 77
- interface 1/1/51
- no shutdown
- lag 100
- interface 1/1/54
- no shutdown
- lag 100
- interface loopback 1
- ip address 3.3.3.3/24
- ip ospf 1 area 0.0.0.0
- interface vlan 10
- vsx-sync active-gateways
- ip address 111.123.253.254/24
- active-gateway ip mac 00:00:00:00:00:10
- active-gateway ip 111.123.253.254
- interface vlan 254
- vsx-sync active-gateways
- ip address 10.253.254.5/29
- active-gateway ip mac 00:00:00:00:00:20
- active-gateway ip 111.253.254.6
- interface vlan 999
- ip address 192.168.10.6/16
- snmp-server DONTLOOKATME
- vsx
- inter-switch-link lag 100
- role primary
- keepalive peer 10.1.1.2 source 10.1.1.1
- ip route 0.0.0.0/0 vlan254 111.253.254.1
- ip route 111.123.253.0/24 vlan10
- ip route 111.253.254.0/29 vlan254
- ip dns server-address 111.123.253.243
- !
- !
- !
- !
- !
- router ospf 1
- redistribute connected
- area 0.0.0.0
- router ospfv3 1
- disable
- redistribute connected
- area 0.0.0.0
- https-server vrf mgmt
- CX8320(config)# sh ip route
- Displaying ipv4 routes selected for forwarding
- '[x/y]' denotes [distance/metric]
- 0.0.0.0/0, vrf default
- via 111.253.254.1, [1/0], static
- 3.3.3.0/24, vrf default
- via loopback1, [0/0], connected
- 3.3.3.3/32, vrf default
- via loopback1, [0/0], local
- 10.1.1.0/24, vrf default
- via 1/1/16, [0/0], connected
- 10.1.1.1/32, vrf default
- via 1/1/16, [0/0], local
- 111.123.253.0/24, vrf default
- via vlan10, [0/0], connected
- 111.123.253.254/32, vrf default
- via vlan10, [0/0], local
- 111.253.254.0/29, vrf default
- via vlan254, [0/0], connected
- 111.253.254.5/32, vrf default
- via vlan254, [0/0], local
- 192.168.0.0/16, vrf default
- via vlan999, [0/0], connected
- 192.168.10.6/32, vrf default
- via vlan999, [0/0], local
- CX8320(config)# exit
- CX8320#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement