As part of my studies, I need to configure 3 Huawei S5700 switches, the first will serve as a collector and have a 4*10G card, and the other two will serve as distribution. Who can help me?
OK, I don't see at all what you want to do ... routing? If that's the case, your numbering plan doesn't work. You have 2 routing interfaces in the same IP network, impossible. Then, you mention address 253 which is not configured apparently.
-- and ... There you go!
kodjvi
Posted messages6StatusMember
Yes, routing! The first switch must connect to the last two from ports gigabit 0/0/2 and 0/0/3 What should I do then? Should I put the switch's IP address (10.27.236.253 on port 0/0/2?) Which one will I put on 0/0/3? Thank you
You need to create several IP networks if you want to do routing. A real numbering plan. Without defining the overall architecture, you won't achieve anything useful, except playing with switches. These switches still require proper training to master and build real things. You don't have any in real life, what are you playing with, a simulator? Afterwards, you are not obligated to do routing.
kodjvi
Posted messages6StatusMember
Yes, I understand, indeed I haven't had any real training that's why I'm asking you to help me, I don't know how to show you my overall architecture with my numbering plan.
Do you have at least one? After that, we can help with a blockage, but we're not here to do all your work for you. Why are you being asked to do this without training and without the machines?
"Okay, I understand; it works... "Why are you being asked to do this without training and without the machines?" that's what makes it complicated... but I will try to do my best... Thank you!!"
I have drafted a configuration for these switches, and I will share it with you so that you can verify if it is correct... I actually cannot test it. The first port of the (4*10G) section will be used to bring the connection from the provider to the aggregation switch... the next two will interconnect the remaining two switches. This is the configuration for the first switch. Thank you for your contribution.
The IP address of the switch is 10.27.236.253 mask 255.255.255.0 Gw 10.27.236.254
#set the name
<Quidway> System-view sysname 27-236-251
#set check equipment clock and time zone
clock timezone Europe/Paris add 01:00:00 clock daylight-saving-time Europe/Paris repeating 02:00 last Sun Mar 03:00 last Sun Oct 01:00 2000 2099
# Configure telnet session
stelnet server enable ssh authentication-type default password ssh user testadmin ssh user testadmin authentication-type password ssh user testadmin service-type stelnet
user-interface con 0 user-interface vty 0 4 authentication-mode aaa user privilege level 15 protocol inbound ssh
#set port mode
Interface GigabitEthernet 0/0/2
ip address 10.27.236.240 255.255.255.0 ip default-gateway 10.27.236.254 port link-type access undo shutdown ospf cost 1000 ospf network-type p2p mpls mpls te mpls te bandwidth max-reservable-bandwidth 1000000 mpls te bandwidth bc0 1000000 mpls rsvp-te mpls rsvp-te hello port-queue be lpq outbound trust upstream default
Interface GigabitEthernet 0/0/3
ip address 10.27.236.241 255.255.255.0 ip default-gateway 10.27.236.254 port link-type access undo shutdown ospf cost 1000 ospf network-type p2p mpls mpls te mpls te bandwidth max-reservable-bandwidth 1000000 mpls te bandwidth bc0 1000000 mpls rsvp-te mpls rsvp-te hello port-queue be lpq outbound trust upstream default
#close web Server
undo HTTP server enable undo DHCP enable
#Set default router
System-view IP route-static 0.0.0.0 0.0.0.0 10.27.168.236.254
hermann
>
kodjvi
Posted messages6StatusMember
IP static route 0.0.0.0 0.0.0.0 10.27.168.236.254 your static routing is incorrect at the end you have more than 5 octets 10.27.168.236.254 rather 10.27.236.254 remove the 168
What should I do then?
Should I put the switch's IP address (10.27.236.253 on port 0/0/2?) Which one will I put on 0/0/3?
Thank you
A real numbering plan.
Without defining the overall architecture, you won't achieve anything useful, except playing with switches.
These switches still require proper training to master and build real things.
You don't have any in real life, what are you playing with, a simulator?
Afterwards,
you are not obligated to do routing.
After that,
we can help with a blockage, but we're not here to do all your work for you.
Why are you being asked to do this without training and without the machines?