Skip to main content

accessing other servers from internal

More
16 years 3 months ago #26350 by Elohim
Please explicitly define that they are in the same vlan.

in Ethernet0/4 and Ethernet 0/5 I do not have those Ethernet ports labels in the Vlan. The above config is what is running. SHould I define unter the Ethernet0/4 and 5 interfaces that they are in the "inside" Vlan?

More
16 years 3 months ago #26351 by flipzz
Just add the following under each port that i want to include in the Vlan?

switchport access vlan 1
More
16 years 3 months ago #26352 by Elohim
switchport mode access
switchport access vlan 1


You may not need: switchport mode access

because I don't think that 5505 is capable of trunking.

Just add the following under each port that i want to include in the Vlan?

switchport access vlan 1

More
16 years 3 months ago #26355 by flipzz
i did the following:

conf t
interface Ethernet0/1
switchport mode access
switchport access vlan 1
end

then when i sh run it it just shows the following:
interface Ethernet0/1
!
like it doesnt take the command. any ideas? I did try it without the switchport mode access command also but no luck.
More
16 years 3 months ago #26356 by flipzz
do i need an access list to make it work?
More
16 years 3 months ago #26359 by Elohim
If you do execute a command and it doesn't show up in the standard show run, it's on by default.

i did the following:

conf t
interface Ethernet0/1
switchport mode access
switchport access vlan 1
end

then when i sh run it it just shows the following:
interface Ethernet0/1
!
like it doesnt take the command. any ideas? I did try it without the switchport mode access command also but no luck.

Time to create page: 0.134 seconds