Options

simple connectivity

aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
I have a layer 3 switch connected to an access switch with an XP machine connected to that

L3 switch

ip routing
ip cef
int vlan 1
ip address 172.16.0.100
no shut
int vlan 10
ip address 172.16.10.100
no shut
int vlan 20
ip address 172.16.20.100
no shut
int vlan 30
ip address 172.16.30.100
no shut


access switch

int f0/7
switchport mode access
switchport access vlan 30
spanning-tree portfast


*This is the trunk between the switches*

L3switch#show int f0/2 swit
L3switch#show int f0/2 switchport
Name: Fa0/2
Switchport: Enabled
Administrative Mode: dynamic desirable
Operational Mode: trunk
Administrative Trunking Encapsulation: negotiate
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL

Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Appliance trust: none


I have manual given the XP interface

ip: 172.16.30.44 /24
dg: 172.16.30.100
dns: (dns servers)

why isn't this working?
What's another word for Thesaurus?

Comments

Sign In or Register to comment.