close
Warning:
Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 5, 2012, 3:43:42 AM (11 years ago)
- Author:
-
davide
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v18
|
v19
|
|
2 | 2 | |
3 | 3 | Backup all of the configuration files: |
4 | | |
5 | 4 | {{{ |
6 | | tar -cf asn-config-backup-$(date '+%Y%m%d').tar /etc/asnctrl.conf /etc/asnctrl_ASNGW000.conf /etc/asnctrl_common.conf /etc/asnctrl_gre.conf /etc/asnctrl_service_class.conf /etc/epctrl.conf /etc/trapctrl.conf /usr/share/asngw/classify-ctrl.sh |
| 5 | tar -cf asn-config.tar /etc/asnctrl.conf /etc/asnctrl_ASNGW000.conf /etc/asnctrl_common.conf /etc/asnctrl_gre.conf /etc/asnctrl_service_class.conf /etc/epctrl.conf /etc/trapctrl.conf /usr/share/asngw/classify-ctrl.sh |
7 | 6 | }}} |
8 | 7 | |
… |
… |
|
15 | 14 | |
16 | 15 | |
17 | | Restore configuration files |
18 | | |
| 16 | Restore configuration files: |
19 | 17 | {{{ |
20 | 18 | }}} |
… |
… |
|
69 | 67 | |
70 | 68 | |
71 | | |
72 | 69 | Start the service |
73 | 70 | {{{ |
… |
… |
|
76 | 73 | |
77 | 74 | Create the first datapath: |
78 | | |
79 | 75 | {{{ |
80 | 76 | wget -qO- asngw-host:5052/wimaxrf/datapath/add?vlan=0 |