context xxx/ggsn-service yyy |
ip qos-dscp qci 9 af31 gtpc af41 |
It accepts "ip qos-dscp qci 9 af31" and
"ip qos-dscp gtpc af41" separately. When it pushes to device, it pushes as combined.
|
context xxx/apn yyy |
apn fnetcoriolis
default max-contexts
default cc-roaming
default ipv6 address alloc-method
exit
|
It accepts "no max-contents", "no cc-roaming", and "no ipv6 addres alloc-method" and generates "default xxx" towards the device. |
context xxx/crypto map yyy (ikev2-pv4)/payload zzz match ipv4 |
crypto map ipsec_tunnel ikev2-ipv4
keepalive interval 4 timeout 1 num-retry 4
payload mypaiload match ipv4
default lifetime
exit
|
It accepts "no lifetime" and generates "default lifetime" towards the device. |
active-charging service xxx/credit-control group yyy/ |
credit-control group cc-m2mpt
quota validity-time 600
diameter reauth-blacklisted-content content-based-rar
default diameter send-ccru on-rar always
default diameter mscc-per-ccr-update
exit
|
It accepts "no xxx" and generates "default xxx" towards the device. |
context xxx/ikev2-ikesa transform-set yyy |
ikev2-ikesa transform-set transformset_li
default encryption
default group
default hmac
default lifetime
default prf
exit
|
It accepts "no xxx" and generates "default xxx" towards the device. |
global config mode |
end and #exit |
rload does not accept these commands. |
global config mode
|
snmp trap enable
|
Equivalent is: no snmp trap suppress
|
active-charging service xxx/ruledef yyy
Or any command that has "!" in it
|
active-charging service ecs
ruledef rd-webredirect-apn-sl2sfr
bearer 3gpp imsi !range imsi-pool imsi-NOREDIRECT
exit
|
rload does not recognize the "!" character unless it is enclosed in double-quotes or escaped with backslash. |
active-charging service xxx/ruledef yyy
Any URL with %NN in it
|
ruledef rd1
www url = http://itunes.apple.com/WebObjects /MZStore.woa/wa/viewSoftware%3f id=362713555&
exit
|
The %3f must be escaped with a "\" |
context xxx/gtpp group yyy |
gtpp group sgw
no gtpp attribute node-id
no gtpp attribute losdv
no gtpp trigger time-limit
no gtpp trigger tariff-time-change
no gtpp trigger serving-node-change-limit
no gtpp trigger inter-plmn-sgsn-change
no gtpp trigger qos-change
no gtpp trigger rat-change
no gtpp trigger ms-timezone-change
no gtpp trigger uli-change
|
StarOS does not handle these commands as a default setting, whereas NED does. |
context xxx/router bgp NNN |
context gy
router bgp 64650
neighbor 209.165.200.226 remote-as 15557
no neighbor 209.165.200.226 capability graceful-restart
|
StarOS default setting is to have graceful-restart capability. NED handles these commands the reverse way. |
context xxx/ims-auth-service yyy |
p-cscf table 1 row-precedence 1 ipv4-address 209.165.200.227 secondary ipv4-address 209.165.200.229
|
The highlighted keyword must be changed to ipv4-address only for the secondary IP address. |
context xxx/ims-auth-service yyy |
default signaling-flag |
Use "no signaling-flag” instead. |
context xxx/ims-auth-service yyy |
default traffic-policy general-pdp-context no-matching-gates direction downlink |
Use "no traffic-policy general-pdp-context no-matching-gates direction downlink" instead. |
context xxx/ims-auth-service yyy |
p-cscf table 1 row-precedence 1 ipv6-address 2001:860:ffff:feb6::a secondary ipv6-address 2001:860:ffff:feb4::9
|
The highlighted keyword must be changed to ipv6-address only for the secondary IP address. |
context xxx/hexdump-module |
default file rotation volume time-stamp monitor-
subscriber-file-name
|
Equivalent is:
no file rotation volume
no file time-samp
no file monitor-subscriber-file-name
|
context xxx/hexdump-module |
default file rotation volume |
Equivalent is:
no file rotation volume
|
context xxx/hexdump-module |
default file time-stamp |
Equivalent is:
no file time-stamp
|
context xxx/hexdump-module |
default subscriber-file-name |
Equivalent is
no subscriber-file-name
|
context xxx/hexdump-module |
default hexdump transfer-mode |
Equivalent is:
no hexdump transfer-mode
|
context xxx/hexdump-module |
default hexdump push-interval |
Equivalent is:
no hexdump push-interval
|
context xxx/edr-module active-charging-service |
default cdr transfer-mode push via transfer-mode |
Equivalent is:
no cdr transfer-mode push
|
context xxx/session-event-module |
default event transfer-mode push via transfer-mode |
Equivalent is:
no event transfer-mode push
|