CESoPSN GRE cpipe sdp
Posted: 14 Aug 2018 18:17
I am trying to deliver a T1 over our current IP/PSN network. This needs to be delivered using CESoPSN with GRE encapsulation as we do not run MPLS on our network. The MTU end to end supports up to 1546 bytes.
Topology:
T1 from LEC - <7705 1/1/2> - <7705 1/2/7> - <Cisco 3750> - <IP Network> - <Cisco 3750> - <7705 1/2/7> - <7705 1/1/2> - Customer T1 handoff
The SDP opr mode is down.
Config from site A:
Config from site B:
What else am I missing here?
Some observations I've had:
From the Cisco I can ping the 7705 with 1546 sized packets
From the 7705 I can only ping the Cisco up to 1518 sized packets (How do I get this to ping it at 1546 bytes?)
Thank you
Topology:
T1 from LEC - <7705 1/1/2> - <7705 1/2/7> - <Cisco 3750> - <IP Network> - <Cisco 3750> - <7705 1/2/7> - <7705 1/1/2> - Customer T1 handoff
The SDP opr mode is down.
Config from site A:
Code: Select all
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
port 1/1/2
description "Framed ESF Test"
tdm
ds1
clock-source adaptive
channel-group 2
encap-type cem
timeslots 1-24
no shutdown
exit
no shutdown
exit
exit
no shutdown
exit
#--------------------------------------------------
echo "Service Configuration"
#--------------------------------------------------
service
customer 1 create
description "Default customer"
exit
sdp 200 gre create
far-end 192.168.1.1
path-mtu 1400
keep-alive
shutdown
exit
no shutdown
exit
cpipe 888 customer 1 vc-type cesopsn-cas create
service-mtu 1300
no shutdown
exit
exitCode: Select all
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
port 1/1/2
description "Framed ESF Test"
tdm
ds1
clock-source adaptive
channel-group 2
encap-type cem
timeslots 1-24
no shutdown
exit
no shutdown
exit
exit
no shutdown
exit
#--------------------------------------------------
echo "Service Configuration"
#--------------------------------------------------
service
customer 1 create
description "Default customer"
exit
sdp 200 gre create
far-end 192.168.1.2
path-mtu 1400
keep-alive
shutdown
exit
no shutdown
exit
cpipe 888 customer 1 vc-type cesopsn-cas create
service-mtu 1300
no shutdown
exit
exitSome observations I've had:
From the Cisco I can ping the 7705 with 1546 sized packets
From the 7705 I can only ping the Cisco up to 1518 sized packets (How do I get this to ping it at 1546 bytes?)
Thank you