Updates to support new TrafficProfiles that require a user-specified Direction in...
[packetcable.git] / packetcable-emulator / conf / cmts.yaml
1 # The CMTS Emulator's communications port number
2 port: 3918
3 numberOfSupportedClassifiers: 4
4
5 # The configured service class names
6 serviceClassNames:
7   - direction: UPSTREAM
8     names:
9       - extrm_up
10       - foo_up
11   - direction: DOWNSTREAM
12     names:
13       - extrm_dn
14       - foo_dn
15
16 # The connected cable modem info
17 cmStatuses:
18   - host: 10.32.110.180
19     status: true
20   - host: 10.32.110.179
21     status: true
22   - host: 10.32.110.178
23     status: true
24   - host: 99.99.99.99
25     status: false