Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,
I read that VLAN configuration is related to the port affected of the switch.
So all device connected to this specific port is affected the VLAN configured.
I would call this a "port-based VLAN".
So in a subnet-based VLAN configuration, the ...
Hi,
A colleague just told me he was able to do a nmap from a router to know which host and services associated the router was able to "view" on the network.
But when connecting on IOS I don't find any nmap command:
R1#nmapTranslating "nmap"Transla...
Hello,
All is in the question ! Can a router adjust it SSH version wheter the client is in SSH1 or SSH2 ?
I have look over this command :
R1(config)#ip ssh version ? <1-2> Protocol version
But the ssh version is forced in SSH1 or SSH2, the SSH2 c...
Hello, I am planning on making a BGP link.
I have 2 AS, so 2 iBGP linkk and 1 eBGP link.
The problem is my computer kali and Windows7 can't pping each other. They are block in their LAN.
Here is the configuration of R1 and R2 (R3 and R4 have been ma...
Hello,
I'm making a BGP network with 3 AS. I use 6 routers 3725.
I've making my routers configuration by reading these two links :
http://www.cisco.com/cisco/web/support/CA/fr/109/1094/1094968_bgp-toc.html
http://www.cisco.com/cisco/web/support/CA/f...
Ok I just understand !
If I want to use a trunk port:
- I keep the subnet 192.168.0.0/24
- I configure 2 VLANS in access mode linked each one to port 1 and 2 on the switch
- I use the port 0 in trunk mode
This configuration would work ?
thanks ...
So the subnet 192.168.0.128/25 is used between the switch and the router only ?
-> Yes but it will only host one IP, the router interface connected on the LAN..
I realize It is a waste of IPs..
If so I assume you are using a L3 port on the switch ...
Ok so I can assign a subnet to a VLAN.
The idea is to have 2 VLAN and one subnet per VLAN.
So I split my main network 192.168.0.0/24 into multiples subnet:
- 1 subnet 192.168.0.0/26 dedicated to VLAN guest
- 1 subnet 192.168.0.64/26 dedicated to VLAN...
Thank you John for your consequent answer.
I've done these command :
router bgp 100network 192.168.1.0 mask 255.255.255.0
router bgp 300network 192.168.3.0 mask 255.255.255.0
Now it works !
And I've changed the default gateway of my computer and appl...