[Ques] How to ping from 6400 to 6224 in this model?
Posted: 23 Mar 2010 05:32
Hello,
I have 2 model:
Model 1: ManE---6850---6224
Model 2: ManE---6400---6224
In model 1, configures ethernet-service in 6850, 6224 trunks vlans to 6850. And i see that 6850 can ping 6224.
In model 2, 6400 configures ethernet-service, 6224 trunks vlan to 6400, and i cant ping from 6400 to 6224 and vice versa.
Model1:
6224(g1)---(1/20)6850(1/24)----ManE
Configuration in 6224:
6850:
Show ethernet-service:
And i test ping, it's running!
But in model 2, when i apply configuration of 6850 to 6400, i cant ping from 6400 to 6224
Another configuration :
Although i think code of policy dont have any effect to my ping issue, but i still post it.
I cant understand why 6850 can ping 6224 with this configuration
What's principle?
Please explain to me!
Thanks and best regards,
dangkita
I have 2 model:
Model 1: ManE---6850---6224
Model 2: ManE---6400---6224
In model 1, configures ethernet-service in 6850, 6224 trunks vlans to 6850. And i see that 6850 can ping 6224.
In model 2, 6400 configures ethernet-service, 6224 trunks vlan to 6400, and i cant ping from 6400 to 6224 and vice versa.
Model1:
6224(g1)---(1/20)6850(1/24)----ManE
Configuration in 6224:
Code: Select all
interface range ethernet g(1-2)
switchport trunk allowed vlan add 3900
interface vlan 3900
ip address 192.168.10.2 255.255.255.0
Code: Select all
ethernet-service svlan 900 name "VLAN 900"
ethernet-service management-vlan 3900 1x1 stp disable name "mgmt"
ip interface "mgmt" address 192.168.10.1 mask 255.255.255.0 vlan 3900 ifindex 1
ethernet-service svlan 3900 nni 1/24
ethernet-service service-name "vlan_mgmt" svlan 900
ethernet-service sap 900 service-name "vlan_mgmt"
ethernet-service sap 900 uni 1/20
ethernet-service sap 900 cvlan 3900
Code: Select all
Service Name : vlan_mgmt
SVLAN : 900
NNI(s) : No NNIs configured
SAP Id : 900
UNIs : 1/2
CVLAN(s) : 3900
sap-profile : default-sap-profile
But in model 2, when i apply configuration of 6850 to 6400, i cant ping from 6400 to 6224
Another configuration :
Code: Select all
policy condition cDenyTelnet_192_168_10_2 source ip 192.168.10.2 destination tcp port 23
policy action aDenyTelnet_192_168_10_2 disposition deny
policy rule rDenyTelnet_192_168_10_2 condition cDenyTelnet_192_168_10_2 action aDenyTelnet_192_168_10_2
qos port 1/20 default classification 802.1p
qos port 1/24 default classification 802.1p
qos apply
I cant understand why 6850 can ping 6224 with this configuration
Please explain to me!
Thanks and best regards,
dangkita

