0% found this document useful (0 votes)
21 views3 pages

Core Switch Configuration Guide

The document provides a step-by-step guide for configuring a core switch's next hop to a Peplink router, including commands for setting a default route and verifying the configuration. It discusses the network setup involving a Layer 2 FS switch and offers recommendations for redundancy and performance optimization, such as dual connections and VLAN traffic optimization. Additionally, it includes instructions for deleting VLANs from the core switch.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views3 pages

Core Switch Configuration Guide

The document provides a step-by-step guide for configuring a core switch's next hop to a Peplink router, including commands for setting a default route and verifying the configuration. It discusses the network setup involving a Layer 2 FS switch and offers recommendations for redundancy and performance optimization, such as dual connections and VLAN traffic optimization. Additionally, it includes instructions for deleting VLANs from the core switch.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Network Configuration Support

Kieran: how to set my core switch next hop

ChatGPT: To set the next hop on your core switch, you need to configure a default route (or
static route) so that traffic can reach networks beyond the switch. Since you have a Cisco
switch, you can use the following command in global configuration mode:

ChatGPT: 1. Access the switch via SSH or console


ssh admin@[Link]

ChatGPT: 2. Enter privileged mode


enable

ChatGPT: 3. Enter global configuration mode


configure terminal

ChatGPT: 4. Set the default route (Next Hop is Peplink)


Assuming your Peplink LAN IP is [Link], your command would be:
ip route [Link] [Link] [Link]

ChatGPT: 5. Verify the route


show ip route
You should see a default route (S* [Link]/0) pointing to [Link].

ChatGPT: 6. Save the configuration


write memory

Kieran: our peplink is connected in the FS Switch then fs Switch to core switch

ChatGPT: In this setup, your Core Switch needs to forward traffic to the Peplink for external
communication. Since the FS switch (where the servers are connected) is between the
Peplink and the Core Switch, you need to ensure proper routing.

ChatGPT: Set the next hop on the Core Switch:


1. Access your Core Switch via SSH or console.
2. Enter configuration mode.
3. Set the default route on the Core Switch.

ChatGPT: If the FS switch is Layer 3 and has an IP in the 192.168.101.x subnet, set the next
hop as the FS Switch IP. If the FS switch is Layer 2, set the next hop as the Peplink LAN IP.

ChatGPT: Verify the route with 'show ip route' and test connectivity.

Kieran: the fs switch is like a farm switch where we connect our Servers like the Windows
server 2019 (OUR Active Directory 1), Our Active directory 2 (WINServer2019), 3cx server.
it is okay that i connect the peplink to fs switch i think the fs switch is a layer 2 because
there are no routing there and vlans are in the core switch i just vlan trunking from core
switch to fs switch

ChatGPT: Since your FS switch is Layer 2, your Core Switch should send traffic directly to
the Peplink for external routing.

ChatGPT: If the FS switch is Layer 2, your Core Switch should have a default route pointing
to Peplink: ip route [Link] [Link] [Link].

ChatGPT: This is fine as long as the FS switch is just forwarding traffic and not handling
routing. VLANs are managed by the Core Switch.

Kieran: it can already reach peplink and google. i want to clarify that if it is okay that I
connect the peplink to fs switch then fs switch to core switch

ChatGPT: Yes, it's okay to connect the Peplink to the FS switch and then the FS switch to the
Core Switch, as long as the FS switch is Layer 2 and your Core Switch is handling VLANs and
routing.

ChatGPT: Everything should work fine as long as the Core Switch has a default route
pointing to the Peplink and the FS switch is just forwarding traffic.

Kieran: i would like to check redundancy or performance optimizations

ChatGPT: Redundancy ensures that if one link or device fails, your network continues
running smoothly.

ChatGPT: To improve redundancy:


1. **Dual Connection Between Core Switch & Peplink:**
- Add a second link from Peplink to Core Switch.
- Enable Link Aggregation (LACP) or Spanning Tree Protocol (STP) to prevent loops.

ChatGPT: 2. **Redundant Connection Between FS Switch & Core Switch:**


- Add a second uplink between FS Switch & Core Switch.
- Enable Spanning Tree Protocol (STP) to prevent loops.
- Use LACP for better bandwidth.

ChatGPT: For performance optimization:


1. **VLAN Traffic Optimization:**
- Ensure the FS Switch is trunking the necessary VLANs.
- Enable VLAN pruning on the FS Switch to prevent unnecessary traffic.

ChatGPT: 2. **QoS (Quality of Service):**


- Enable QoS on Core Switch to prioritize VoIP (3CX) and critical services.
- Ensure Peplink has QoS enabled for VoIP traffic.
ChatGPT: 3. **Load Balancing & Failover on Peplink:**
- Configure Peplink to balance traffic between WANs.
- Enable failover for WAN links in Peplink settings.

ChatGPT: 4. **Jumbo Frames for Server Traffic:**


- Enable Jumbo Frames (9000 MTU) for better server-to-server communication.

Kieran: i want to delete some of the Vlans in core switch

ChatGPT: To delete VLANs on your Core Switch:


1. **Check Current VLANs:**
show vlan brief
2. **Delete VLANs:**
configure terminal
no vlan <VLAN-ID>
3. **Remove VLAN Assignment from Interfaces if necessary:**
interface GigabitEthernetX/X
switchport access vlan <NEW-VLAN-ID>
4. **Save Configuration:**
write memory
5. **Verify:**
show vlan brief

Kieran: thank you very much

ChatGPT: You're very welcome, Kieran! If you ever need more help, just let me know. Happy
configuring!

You might also like